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