better-npm-audit
Advanced tools
Comparing version 3.4.0 to 3.5.1
{ | ||
"name": "better-npm-audit", | ||
"version": "3.4.0", | ||
"version": "3.5.1", | ||
"author": "Jee Mok <jee.ict@hotmail.com>", | ||
"description": "Reshape into a better npm audit for the community and encourage more people to include security audit into their process.", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"main": "index.js", | ||
"bin": { | ||
@@ -19,3 +19,3 @@ "better-npm-audit": "index.js" | ||
"scripts": { | ||
"audit": "npm run build && node . audit", | ||
"audit": "npm run build && node lib audit", | ||
"test": "mocha -r ts-node/register test/**/*.test.ts", | ||
@@ -22,0 +22,0 @@ "lint": "eslint .", |
@@ -44,4 +44,5 @@ "use strict"; | ||
console.info('🤝 All good!'); | ||
process.exit(0); | ||
} | ||
} | ||
exports.default = handleFinish; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34073
625