Danger plugin for npm audit summary
npm install danger-plugin-npm-audit> Danger plugin which will give attention to npm audit summary
Install:
``sh`
npm i -D danger-plugin-npm-audit
At a glance:
`js
// dangerfile.js
import { schedule } from "danger";
import npmAudit from "danger-plugin-npm-audit";
// Note: You need to use schedule()
schedule(npmAudit());
``
Please see License