read-cmd-shim
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -59,4 +59,6 @@ const fs = require('fs') | ||
} | ||
return Promise.reject(notaShim(path, er)) | ||
}, readFileEr => Promise.reject(wrapError(readFileEr, er))) | ||
throw notaShim(path, er) | ||
}, readFileEr => { | ||
throw wrapError(readFileEr, er) | ||
}) | ||
} | ||
@@ -63,0 +65,0 @@ |
{ | ||
"name": "read-cmd-shim", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.", | ||
@@ -8,4 +8,4 @@ "main": "lib/index.js", | ||
"@npmcli/eslint-config": "^3.0.1", | ||
"@npmcli/template-oss": "3.2.2", | ||
"cmd-shim": "^4.0.0", | ||
"@npmcli/template-oss": "3.5.0", | ||
"cmd-shim": "^5.0.0", | ||
"rimraf": "^3.0.0", | ||
@@ -45,4 +45,4 @@ "tap": "^16.0.1" | ||
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", | ||
"version": "3.2.2" | ||
"version": "3.5.0" | ||
} | ||
} |
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
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
66
0
5214