math
At browser runtime, the static carrier fetches and executes remote loader and service-worker code whose CDN bases are hidden by obfuscation. No install-time attack surface is present.
Package source references dynamic require/import behavior.
index.htmlView on unpkg · L1Opening index.html dynamically imports a remotely assembled loader module.
index.htmlView on unpkg · L1Source contains an obfuscated payload loader that reconstructs and executes hidden code.
The service worker imports a script from two encoded CDN bases with fallback.
sw.jsView on unpkg · L1Both shipped executable artifacts are heavily obfuscated, preventing local verification of remote targets.
package.jsonView on unpkg · L23Package source references dynamic require/import behavior.
index.htmlView on unpkg · L1Opening index.html dynamically imports a remotely assembled loader module.
index.htmlView on unpkg · L1The service worker imports a script from two encoded CDN bases with fallback.
sw.jsView on unpkg · L1Source contains an obfuscated payload loader that reconstructs and executes hidden code.
sw.jsView on unpkg · L1Both shipped executable artifacts are heavily obfuscated, preventing local verification of remote targets.
package.jsonView on unpkg · L23