On npm install, the package modifies the consuming project's manifest without consent. It creates or adds its peer dependencies through a detached background process.
Package defines install-time lifecycle scripts.
package.jsonView on unpkgpostinstall runs automatically on npm install.
package.jsonView on unpkg · L31Install-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 creates the consuming project's package.json if absent.
scripts/postinstall.cjsView on unpkg · L22A detached child later injects all package peerDependencies into that project manifest.
scripts/postinstall.cjsView on unpkg · L56Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L31postinstall runs automatically on npm install.
package.jsonView on unpkg · L31Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L31It creates the consuming project's package.json if absent.
scripts/postinstall.cjsView on unpkg · L22A detached child later injects all package peerDependencies into that project manifest.
scripts/postinstall.cjsView on unpkg · L56Source file is highly similar to a previously finalized malicious package; route for source-aware review.
scripts/postinstall.cjsView on unpkg