Installing the package mutates the consuming project’s package.json without consent. The mutation runs asynchronously in a detached child process and adds peer dependencies.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgInstall-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgSource file is highly similar to a previously finalized malicious package; route for source-aware review.
scripts/postinstall.cjsView on unpkgIt targets the invoking project via INIT_CWD and creates its package.json if absent.
scripts/postinstall.cjsView on unpkg · L7Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L31Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L31It targets the invoking project via INIT_CWD and creates its package.json if absent.
scripts/postinstall.cjsView on unpkg · L7Source file is highly similar to a previously finalized malicious package; route for source-aware review.
scripts/postinstall.cjsView on unpkg