Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 2.59 KB

README.md

File metadata and controls

44 lines (29 loc) · 2.59 KB

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