Socket
Socket
Sign inDemoInstall

@pnpm/link-bins

Package Overview
Dependencies
Maintainers
3
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 5.3.22 to 5.3.23

lib/index.js.map

6

CHANGELOG.md
# @pnpm/link-bins
## 5.3.23
### Patch Changes
- a78e5c47f: Don't create a PowerShell command shim for pnpm commands.
## 5.3.22

@@ -4,0 +10,0 @@

3

lib/index.js

@@ -99,2 +99,3 @@ "use strict";

pkgName: manifest.name,
makePowerShellShim: POWER_SHELL_IS_SUPPORTED && manifest.name !== 'pnpm',
}));

@@ -113,3 +114,3 @@ }

return cmdShim(cmd.path, externalBinPath, {
createPwshFile: POWER_SHELL_IS_SUPPORTED,
createPwshFile: cmd.makePowerShellShim,
nodePath,

@@ -116,0 +117,0 @@ });

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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