Socket
Socket
Sign inDemoInstall

@pnpm/link-bins

Package Overview
Dependencies
Maintainers
2
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/link-bins - npm Package Compare versions

Comparing version 9.0.4 to 9.0.5

4

lib/index.js

@@ -155,3 +155,3 @@ "use strict";

}
(0, logger_1.globalWarn)(`Failed to create bin at ${externalBinPath}. The source file at ${cmd.path} does not exist.`);
(0, logger_1.globalWarn)(`Failed to create bin at ${externalBinPath}. ${err.message}`);
}

@@ -181,3 +181,3 @@ return;

}
(0, logger_1.globalWarn)(`Failed to create bin at ${externalBinPath}. The source file at ${cmd.path} does not exist.`);
(0, logger_1.globalWarn)(`Failed to create bin at ${externalBinPath}. ${err.message}`);
return;

@@ -184,0 +184,0 @@ }

{
"name": "@pnpm/link-bins",
"version": "9.0.4",
"version": "9.0.5",
"description": "Link bins to node_modules/.bin",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"@zkochan/rimraf": "^2.1.2",
"bin-links": "^4.0.1",
"bin-links": "^4.0.2",
"is-subdir": "^1.2.0",

@@ -37,12 +37,12 @@ "is-windows": "^1.0.2",

"@pnpm/error": "5.0.2",
"@pnpm/manifest-utils": "5.0.2",
"@pnpm/package-bins": "8.0.1",
"@pnpm/manifest-utils": "5.0.3",
"@pnpm/package-bins": "8.0.2",
"@pnpm/read-modules-dir": "6.0.1",
"@pnpm/read-package-json": "8.0.2",
"@pnpm/read-project-manifest": "5.0.3",
"@pnpm/types": "9.1.0"
"@pnpm/read-package-json": "8.0.3",
"@pnpm/read-project-manifest": "5.0.4",
"@pnpm/types": "9.2.0"
},
"devDependencies": {
"@types/is-windows": "^1.0.0",
"@types/node": "^14.18.52",
"@types/node": "^14.18.53",
"@types/normalize-path": "^3.0.0",

@@ -53,4 +53,4 @@ "@types/ramda": "0.28.20",

"tempy": "^1.0.1",
"@pnpm/link-bins": "9.0.4",
"@pnpm/test-fixtures": "0.1.1"
"@pnpm/link-bins": "9.0.5",
"@pnpm/test-fixtures": "0.1.2"
},

@@ -57,0 +57,0 @@ "funding": "https://opencollective.com/pnpm",

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