Open
Description
(socket) [email protected] contains risks:
Install scripts - Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Accept risks of installing these packages (y/N)?
See also: @SocketDev
Feature requests and proposals
The postinstall
script will always run, even for deeply nested dependencies.
The prepublish
script will run when someone is running npm install
from the repo, and before npm publish
.
Currently the install script is used to write a message to the screen which is not actually necessary for people who have this as a dependency.
Metadata
Metadata
Assignees
Labels
No labels