read-cmd-shim
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "read-cmd-shim", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"devDependencies": { | ||
"@npmcli/eslint-config": "^3.0.1", | ||
"@npmcli/template-oss": "3.2.2", | ||
"cmd-shim": "^4.0.0", | ||
"rimraf": "^3.0.0", | ||
"tap": "^14.10.6" | ||
"tap": "^16.0.1" | ||
}, | ||
"scripts": { | ||
"preversion": "npm t", | ||
"preversion": "npm test", | ||
"postversion": "npm publish", | ||
"prepublishOnly": "git push --follow-tags", | ||
"test": "tap" | ||
"prepublishOnly": "git push origin --follow-tags", | ||
"test": "tap", | ||
"lint": "eslint \"**/*.js\"", | ||
"postlint": "template-oss-check", | ||
"template-oss-apply": "template-oss-apply --force", | ||
"lintfix": "npm run lint -- --fix", | ||
"snap": "tap", | ||
"posttest": "npm run lint" | ||
}, | ||
@@ -22,3 +30,3 @@ "tap": { | ||
"type": "git", | ||
"url": "git+https://github.com/npm/read-cmd-shim.git" | ||
"url": "https://github.com/npm/read-cmd-shim.git" | ||
}, | ||
@@ -28,4 +36,13 @@ "license": "ISC", | ||
"files": [ | ||
"index.js" | ||
] | ||
"bin/", | ||
"lib/" | ||
], | ||
"author": "GitHub Inc.", | ||
"engines": { | ||
"node": "^12.13.0 || ^14.15.0 || >=16.0.0" | ||
}, | ||
"templateOSS": { | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "3.2.2" | ||
} | ||
} |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
5231
64
1
5
1