Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

cguy/npm-audit-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm-audit-html

Commitizen friendly JavaScript Style Guide

Generate a HTML report for NPM Audit

Install

npm install -g npm-audit-html

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

License

MIT

About

🔒 Generate a HTML report for NPM Audit

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 68.0%
  • JavaScript 32.0%