nearform / udaru

Open source Access Manager for node.js
https://nearform.github.io/udaru
MIT License
124 stars 19 forks source link

Audit packages #571

Closed ovhemert closed 5 years ago

ovhemert commented 5 years ago

This removes npx from the dependencies since it is not needed. Therefore also fixes about 43 vulnerability issues.

Also adds a new script to run npm audit for each package.

npm run test:audit

See issue #537

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 93.153% when pulling eb40bca663efa524c99f04604567c1ec891158ec on npm-audit into 97522996d8377338d4cf3a65e5f8d2c033d54637 on master.

ovhemert commented 5 years ago

Closes #537