https://github.com/revathskumar/danger-plugin-npm-audit
Danger plugin which will give attention to npm audit summary
https://github.com/revathskumar/danger-plugin-npm-audit
audit danger danger-js danger-plugin npm npm-audit
Last synced: about 1 month ago
JSON representation
Danger plugin which will give attention to npm audit summary
- Host: GitHub
- URL: https://github.com/revathskumar/danger-plugin-npm-audit
- Owner: revathskumar
- License: mit
- Created: 2019-05-08T20:20:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T23:28:43.000Z (about 2 years ago)
- Last Synced: 2025-03-26T10:47:58.993Z (about 2 months ago)
- Topics: audit, danger, danger-js, danger-plugin, npm, npm-audit
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/danger-plugin-npm-audit
- Size: 306 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
## danger-plugin-npm-audit
> Danger plugin which will give attention to `npm audit` summary
## Usage
Install:
```sh
npm i -D danger-plugin-npm-audit
```At a glance:
```js
// 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](https://github.com/revathskumar/danger-plugin-npm-audit/blob/master/License)