better-npm-audit
Advanced tools
Comparing version 3.0.0-rc.1 to 3.0.0
{ | ||
"name": "better-npm-audit", | ||
"version": "3.0.0-rc.1", | ||
"version": "3.0.0", | ||
"author": "Jee Mok <jee.ict@hotmail.com>", | ||
@@ -30,3 +30,3 @@ "description": "Reshape npm audit into the way the community would like, by the community itself, to encourage more people to do security audits.", | ||
], | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"bin": { | ||
@@ -44,5 +44,4 @@ "better-npm-audit": "index.js" | ||
"scripts": { | ||
"audit": "node . audit", | ||
"audit": "npm run build:clean && node . audit", | ||
"test": "mocha -r ts-node/register test/**/*.test.ts", | ||
"test:live": "node lib", | ||
"lint": "eslint .", | ||
@@ -53,4 +52,4 @@ "qc": "npm run test && npm run lint", | ||
"build": "npm run qc && npm run build:clean", | ||
"publish:live": "npm publish lib --tag latest", | ||
"publish:next": "npm publish lib --tag next" | ||
"publish:live": "npm run build && npm publish lib --tag latest", | ||
"publish:next": "npm run build && npm publish lib --tag next" | ||
}, | ||
@@ -57,0 +56,0 @@ "devDependencies": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22541
1