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.1 to 5.3.2

CHANGELOG.md

3

lib/index.js

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

const isWindows = require("is-windows");
const makeDir = require("make-dir");
const Module = require("module");

@@ -51,3 +50,3 @@ const fs = require("mz/fs");

return [];
await makeDir(binsDir);
await fs.mkdir(binsDir, { recursive: true });
const [cmdsWithOwnName, cmdsWithOtherNames] = R.partition(({ ownName }) => ownName, allCmds);

@@ -54,0 +53,0 @@ const results1 = await pSettle(cmdsWithOwnName.map((cmd) => linkBin(cmd, binsDir)));

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

@@ -40,12 +40,11 @@ "main": "lib/index.js",

"@pnpm/read-package-json": "3.1.0",
"@pnpm/read-project-manifest": "1.0.4",
"@pnpm/read-project-manifest": "1.0.5",
"@pnpm/types": "5.0.0",
"@zkochan/cmd-shim": "4.3.0",
"is-subdir": "1.1.1",
"is-windows": "1.0.2",
"make-dir": "3.0.2",
"mz": "2.7.0",
"normalize-path": "3.0.0",
"p-settle": "4.0.1",
"ramda": "0.27.0"
"@zkochan/cmd-shim": "^4.3.0",
"is-subdir": "^1.1.1",
"is-windows": "^1.0.2",
"mz": "^2.7.0",
"normalize-path": "^3.0.0",
"p-settle": "^4.0.1",
"ramda": "^0.27.0"
},

@@ -57,12 +56,12 @@ "devDependencies": {

"@types/ncp": "^2.0.3",
"@types/node": "^12.12.34",
"@types/node": "^12.12.37",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "^0.27.3",
"@types/ramda": "^0.27.4",
"@types/sinon": "^9.0.0",
"@types/tape": "^4.2.34",
"@types/tape": "^4.13.0",
"ncp": "^2.0.0",
"path-exists": "^4.0.0",
"sinon": "9.0.1",
"sinon": "9.0.2",
"tempy": "0.5.0"
}
}
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