1.0.1 • Published 6 years ago

danger-plugin-npm-audit v1.0.1

Weekly downloads
35
License
MIT
Repository
github
Last release
6 years ago

danger-plugin-npm-audit

Danger plugin which will give attention to npm audit summary

Usage

Install:

npm i -D danger-plugin-npm-audit

At 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

sample message

License

Please see License

1.0.1

6 years ago

1.0.0

6 years ago