Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/package-bins

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/package-bins - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

6

lib/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc