且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

以html格式显示npm审核漏洞

更新时间:2023-09-11 21:39:52

我编写了一个NPM package为您完成此操作。

您可以通过运行以下命令来使用它:

// first install it
npm i -g npm-audit-html

// then pipe npm audit to it
npm audit --json | npm-audit-html