libnpmhook
Advanced tools
Comparing version 6.0.3 to 7.0.0
{ | ||
"name": "libnpmhook", | ||
"version": "6.0.3", | ||
"version": "7.0.0", | ||
"description": "programmatic API for managing npm registry hooks", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"*.js", | ||
"bin", | ||
"lib" | ||
@@ -13,5 +13,11 @@ ], | ||
"postrelease": "npm publish && git push --follow-tags", | ||
"pretest": "standard", | ||
"release": "standard-version -s", | ||
"test": "tap" | ||
"test": "tap", | ||
"lint": "eslint '**/*.js'", | ||
"postlint": "npm-template-check", | ||
"lintfix": "npm run lint -- --fix", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"snap": "tap", | ||
"posttest": "npm run lint" | ||
}, | ||
@@ -28,3 +34,3 @@ "tap": { | ||
], | ||
"author": "Kat Marchán <kzm@sykosomatic.org>", | ||
"author": "GitHub Inc.", | ||
"license": "ISC", | ||
@@ -37,9 +43,10 @@ "dependencies": { | ||
"nock": "^9.6.1", | ||
"standard": "^11.0.1", | ||
"standard-version": "^4.4.0", | ||
"tap": "^14.10.6" | ||
"tap": "^15.1.0" | ||
}, | ||
"engines": { | ||
"node": ">=10" | ||
"node": "^12.13.0 || ^14.15.0 || >=16" | ||
}, | ||
"templateOSS": { | ||
"version": "2.4.1" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10895
2