danger-plugin-npm-audit

Danger plugin for npm audit summary

Usage no npm install needed!

<script type="module">
  import dangerPluginNpmAudit from 'https://cdn.skypack.dev/danger-plugin-npm-audit';
</script>

README

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