Display npm audit vulnerabilities in html format
I wrote an NPM package that does this for you.
You can use it by running the following:
// first install it
npm i -g npm-audit-html
// then pipe npm audit to it
npm audit --json | npm-audit-html
npm-audit-html is a good package, just used it.
npm install -g npm-audit-html
npm audit --json | npm-audit-html --output report.html
If you are getting the "No Input" response when running through powershell or VS Code Terminal just run it with the command prompt