Universal theme packs and an accessible theme selector.
No confirmed malicious attack surface. Runtime code provides theme metadata and browser-side theme selection only.
`package.json` has no preinstall/install/postinstall hook; `prepare` is `husky || true`.
package.jsonView on unpkg`dist/index.js` only re-exports bundled core and selector modules.
dist/index.jsView on unpkg`packages/theme-selector/dist/index.js` restricts theme CSS paths to the current origin and stores only a selected theme ID in localStorage.
packages/theme-selector/dist/index.jsView on unpkg`package.json` has no preinstall/install/postinstall hook; `prepare` is `husky || true`.
package.jsonView on unpkg · L172`dist/index.js` only re-exports bundled core and selector modules.
dist/index.jsView on unpkg`packages/theme-selector/dist/index.js` restricts theme CSS paths to the current origin and stores only a selected theme ID in localStorage.
packages/theme-selector/dist/index.jsView on unpkg