math
On browser load, the carrier dynamically imports a remote loader and its service worker imports a remote worker selected at runtime. The package itself is an obfuscated staged payload carrier rather than a self-contained application.
Package source references dynamic require/import behavior.
index.htmlView on unpkg · L1Runtime dynamically imports externally constructed loader sources and invokes their boot function.
index.htmlView on unpkg · L1Runtime dynamically imports externally constructed loader sources and invokes their boot function.
index.htmlView on unpkg · L1Source contains an obfuscated payload loader that reconstructs and executes hidden code.
sw.jsView on unpkg · L1Service worker resolves a worker version through XMLHttpRequest then imports remote code with importScripts.
sw.jsView on unpkg · L1README describes this package as an obfuscated static carrier whose loader follows a latest tag.
README.mdView on unpkg · L1Package source references dynamic require/import behavior.
index.htmlView on unpkg · L1Runtime dynamically imports externally constructed loader sources and invokes their boot function.
index.htmlView on unpkg · L1Runtime dynamically imports externally constructed loader sources and invokes their boot function.
index.htmlView on unpkg · L1README describes this package as an obfuscated static carrier whose loader follows a latest tag.
README.mdView on unpkg · L1Service worker resolves a worker version through XMLHttpRequest then imports remote code with importScripts.
sw.jsView on unpkg · L1Source contains an obfuscated payload loader that reconstructs and executes hidden code.
sw.jsView on unpkg · L1