libnpmaccess
Advanced tools
Comparing version 4.0.3 to 5.0.0
{ | ||
"name": "libnpmaccess", | ||
"version": "4.0.3", | ||
"version": "5.0.0", | ||
"description": "programmatic library for `npm access` commands", | ||
"author": "Kat Marchán <kzm@sykosomatic.org>", | ||
"author": "GitHub Inc.", | ||
"license": "ISC", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
@@ -11,9 +12,13 @@ "preversion": "npm test", | ||
"postpublish": "git push origin --follow-tags", | ||
"lint": "standard", | ||
"test": "tap" | ||
"lint": "eslint '**/*.js'", | ||
"test": "tap", | ||
"postlint": "npm-template-check", | ||
"lintfix": "npm run lint -- --fix", | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"snap": "tap", | ||
"posttest": "npm run lint" | ||
}, | ||
"devDependencies": { | ||
"nock": "^12.0.1", | ||
"standard": "^14.3.0", | ||
"tap": "^14.11.0" | ||
"tap": "^15.1.0" | ||
}, | ||
@@ -33,7 +38,14 @@ "repository": { | ||
"engines": { | ||
"node": ">=10" | ||
"node": "^12.13.0 || ^14.15.0 || >=16" | ||
}, | ||
"tap": { | ||
"check-coverage": true | ||
}, | ||
"files": [ | ||
"bin", | ||
"lib" | ||
], | ||
"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
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
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
2
15347
4
173
2