Search code examples
node.jsnpmreport

Display npm audit vulnerabilities in html format


Is there a way to display the npm audit report as an html page?

At the moment i can only see the option to output the report in json format, using this command:

npm audit --json


Solution

  • npm-audit-html is unmaintained for years, does not work for me with the latest Node either.

    I've tried audit-export and that did work.