better-npm-audit
Advanced tools
Comparing version 3.8.0 to 3.8.1
@@ -0,1 +1,5 @@ | ||
## 3.8.1 (August 17, 2024) | ||
- [607f16e](https://github.com/jeemok/better-npm-audit/commit/607f16edd1eebf2c022a8e6279d8061d9529ebd7) fix(build): ensure lib/index.js is executable after build | ||
## 3.8.0 (August 17, 2024) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "better-npm-audit", | ||
"version": "3.8.0", | ||
"version": "3.8.1", | ||
"author": "Jee Mok <jee.ict@hotmail.com>", | ||
@@ -27,3 +27,3 @@ "description": "Reshape into a better npm audit for the community and encourage more people to include security audit into their process.", | ||
"build": "tsc", | ||
"postbuild": "cp README.md lib", | ||
"postbuild": "cp README.md lib && chmod +x ./lib/index.js", | ||
"publish:live": "npm run build && npm publish lib --tag latest", | ||
@@ -30,0 +30,0 @@ "publish:next": "npm run build && npm publish lib --tag next" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1311376
0