Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

npm audit

npm audit #Check audit information of installed dependencies showing 
# vulnerabilities
npm audit --json #Show audit results more detailed with json format
npm audit fix #Audit and tries fixing vulnerabilities in dependencies
npm audit fix --focce #Forces fix of problems found in installed packages
# installing further dependencies if necessary
 
PREVIOUS NEXT
Tagged: #npm #audit
ADD COMMENT
Topic
Name
4+7 =