yarn-audit-html:生成用于纱线审核HTML报告

时间:2021-05-10 22:13:32
【文件属性】:
文件名称:yarn-audit-html:生成用于纱线审核HTML报告
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-10 22:13:32
yarn audit html-report yarn-audit HTML yarn-audit-html 生成用于纱线审核HTML报告 安装 yarn global add yarn-audit-html 用法 要生成报告,请运行以下命令: yarn audit --json | yarn-audit-html 默认情况下,报告将保存到yarn-audit.html 如果要指定输出文件,请添加--output选项: yarn audit --json | yarn-audit-html --output report.html 默认情况下,将生成唯一漏洞列表(按MODULE_NAME , VERSION和CWE分组)。 如果要一一显示全部内容,请添加--no-unique选项: yarn audit --json | yarn-audit-html --no-unique 您还可以通过提供--template选项以及您自己的EJS模板来完全自定义生
【文件预览】:
yarn-audit-html-master
----.gitignore(73B)
----templates()
--------template.ejs(6KB)
----package.json(586B)
----LICENSE.md(1KB)
----index.js(2KB)
----README.md(2KB)
----lib()
--------reporter.js(3KB)
----renovate.json(41B)
----yarn.lock(5KB)

网友评论