@pnpm/package-bins
Advanced tools
Comparing version 5.0.5 to 5.0.6
@@ -27,3 +27,3 @@ "use strict"; | ||
try { | ||
return await fast_glob_1.default('**', { | ||
return await (0, fast_glob_1.default)('**', { | ||
cwd: dir, | ||
@@ -34,3 +34,3 @@ onlyFiles: true, | ||
} | ||
catch (err) { | ||
catch (err) { // eslint-disable-line | ||
if (err.code !== 'ENOENT') { | ||
@@ -57,4 +57,4 @@ throw err; | ||
})) | ||
.filter((cmd) => is_subdir_1.default(pkgPath, cmd.path)); | ||
.filter((cmd) => (0, is_subdir_1.default)(pkgPath, cmd.path)); | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/package-bins", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "Returns bins of a package", | ||
@@ -16,2 +16,3 @@ "main": "lib/index.js", | ||
"keywords": [ | ||
"pnpm6", | ||
"pnpm", | ||
@@ -26,3 +27,3 @@ "bins" | ||
"dependencies": { | ||
"@pnpm/types": "7.4.0", | ||
"@pnpm/types": "7.5.0", | ||
"fast-glob": "^3.2.4", | ||
@@ -36,3 +37,3 @@ "is-subdir": "^1.1.1" | ||
"scripts": { | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts", | ||
"lint": "eslint src/**/*.ts test/**/*.ts", | ||
"_test": "jest", | ||
@@ -39,0 +40,0 @@ "test": "pnpm run compile && pnpm run _test", |
Sorry, the diff of this file is not supported yet
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
6846
0
+ Added@pnpm/types@7.5.0(transitive)
- Removed@pnpm/types@7.4.0(transitive)
Updated@pnpm/types@7.5.0