npmaudit2slack

v1.0.0-beta.5
Post results from npm audit to a Slack channel
npm audit slack security vulnerabilities

lint

eslint . --ignore-path ./.eslintignore

test

NODE_ENV=test mocha --recursive --timeout 5000 test

cover

NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive --timeout 5000 test

coveralls

npm run cover && nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls

preversion

npm run lint && npm test
npm i npmaudit2slack

Metadata

  • MIT
  • >=8.9.0
  • Frank Thelen
  • released 8/19/2018

Downloads

Maintainers