https://github.com/revathskumar/danger-plugin-npm-outdated
Danger plugin which will give attention to npm outdated packages.
https://github.com/revathskumar/danger-plugin-npm-outdated
danger danger-plugin npm npm-outdated
Last synced: 6 months ago
JSON representation
Danger plugin which will give attention to npm outdated packages.
- Host: GitHub
- URL: https://github.com/revathskumar/danger-plugin-npm-outdated
- Owner: revathskumar
- License: mit
- Created: 2019-05-22T18:39:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T10:37:22.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T16:16:29.628Z (6 months ago)
- Topics: danger, danger-plugin, npm, npm-outdated
- Language: JavaScript
- Homepage: https://npm.im/danger-plugin-npm-outdated
- Size: 195 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
## danger-plugin-npm-outdated
> Danger plugin which will give attention to `npm outdated` packages.
## Usage
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());
```## Sample message

## License
Please see [License](https://github.com/revathskumar/danger-plugin-npm-outdated/blob/master/License)