Closed ovhemert closed 5 years ago
This removes npx from the dependencies since it is not needed. Therefore also fixes about 43 vulnerability issues.
npx
Also adds a new script to run npm audit for each package.
npm audit
npm run test:audit
See issue #537
Coverage remained the same at 93.153% when pulling eb40bca663efa524c99f04604567c1ec891158ec on npm-audit into 97522996d8377338d4cf3a65e5f8d2c033d54637 on master.
Closes #537
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