1.0.0 • Published 6 years ago

audit-badge v1.0.0

Weekly downloads
2,992
License
MIT
Repository
github
Last release
6 years ago

audit-badge

Generates a badge with the number of vulnarable packages in your package.json

Installing

For local usage:

npm i audit-badge --save-dev

For global usage:

npm i audit-badge -g

One time remote execution:

npx audit-badge

Usage

$ audit-badge -h

  Usage: audit-badge [options]

  Options:

    -v, --version            output the version number
    -c, --config <location>  Set path for package.json to be introspected, uses cwd as default
    -p, --production         Scan for production vulnarabilities only
    -q, --quiet              No reporting output
    -o, --output <file>      Pathname of the output file, will write to stdout if not given
    -h, --help               output usage information

Running the tests

You can run the test with:

npm test

And coding style tests

This project adheres to the rules of StandardJS

npm run lint

Built With

  • Dropwizard - The web framework used
  • Maven - Dependency Management
  • ROME - Used to generate RSS Feeds

Contributing

Please read CONTRIBUTING.md for details on the process for submitting pull requests to us and code-of-conduct.md for details on our code of conduct when contributing.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.0.0

6 years ago