danger-plugin-npm-audit
v1.0.1
Published
Danger plugin for npm audit summary
Readme
danger-plugin-npm-audit
Danger plugin which will give attention to
npm auditsummary
Usage
Install:
npm i -D danger-plugin-npm-auditAt a glance:
// dangerfile.js
import { schedule } from "danger";
import npmAudit from "danger-plugin-npm-audit";
// Note: You need to use schedule()
schedule(npmAudit());Sample message

License
Please see License
