Installing the package automatically runs code that downloads and evaluates a remote payload. The remote server controls the executed JavaScript.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe entry point reconstructs a remote URL from character codes and fetches JSON from it.
index.jsView on unpkg · L3It passes the remotely supplied token directly to eval, allowing arbitrary code execution at install time.
index.jsPackage source references a known benign dynamic code generation pattern.
index.jsView on unpkg · L11Package defines install-time lifecycle scripts.
package.jsonView on unpkgThe entry point reconstructs a remote URL from character codes and fetches JSON from it.
index.jsView on unpkg · L3It passes the remotely supplied token directly to eval, allowing arbitrary code execution at install time.
index.jsView on unpkg · L10Package source references a known benign dynamic code generation pattern.
index.jsView on unpkg · L11