Skip to content

A wrapper around NPM's built-in audit that adds extra features

License

Notifications You must be signed in to change notification settings

freedomofpress/npm-audit-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Audit+

NPM Audit+ is a wrapper around NPM's built-in audit tool. It adds the following functionality:

  • Ignore particular advisories
  • Specify a project to audit
  • Output audit result as JUnit XML, compatible with many CI systems

Installation

Install globally:

npm install -g npm-audit-plus

or install locally:

npm install npm-audit-plus

Either works!

Usage

npm-audit-plus --ignore=123,456 --xml             # If installed globally
$(npm bin)/npm-audit-plus --ignore=123,456 --xml  # If installed locally

For more documentation on NPM Audit+'s flags, run

npm-audit-plus --help             # If installed globally
$(npm bin)/npm-audit-plus --help  # If installed locally

About

A wrapper around NPM's built-in audit that adds extra features

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published