Loading npm security reports…
Installing the package executes a postinstall hook in the consumer project. The hook installs an additional undeclared package there.
Install-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgpostinstall runs npm install in the invoking project's directory.
package.jsonView on unpkg · L5It installs undeclared package randompkgb during installation.
Install-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkg · L7Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L7postinstall runs npm install in the invoking project's directory.
package.jsonView on unpkg · L5It installs undeclared package randompkgb during installation.
package.jsonView on unpkg · L6