Skip to content

vickmeng/npm-audit-html

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-audit-html

GitHub license npm Build Status Commitizen friendly JavaScript Style Guide semantic-release

Generate a HTML report for NPM Audit

Install

$ npm install -g npm-audit-html

This package uses async/await and requires Node.js 7.6

Usage

To generate a report, run the following:

$ npm audit --json | npm-audit-html

By default the report will be saved to npm-audit.html

If you want to specify the output file, add the --output option:

npm audit --json | npm-audit-html --output report.html

Contributors

License

MIT

About

🔒 Generate a HTML report for NPM Audit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 50.7%
  • JavaScript 49.3%