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
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.