Socket
Socket
Sign inDemoInstall

@pnpm/link-bins

Package Overview
Dependencies
Maintainers
2
Versions
144
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 8.0.4 to 8.0.5

3

lib/index.js

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

const p_settle_1 = __importDefault(require("p-settle"));
const fromPairs_1 = __importDefault(require("ramda/src/fromPairs"));
const isEmpty_1 = __importDefault(require("ramda/src/isEmpty"));

@@ -85,3 +84,3 @@ const unnest_1 = __importDefault(require("ramda/src/unnest"));

const results1 = await (0, p_settle_1.default)(cmdsWithOwnName.map(async (cmd) => linkBin(cmd, binsDir, opts)));
const usedNames = (0, fromPairs_1.default)(cmdsWithOwnName.map((cmd) => [cmd.name, cmd.name]));
const usedNames = Object.fromEntries(cmdsWithOwnName.map((cmd) => [cmd.name, cmd.name]));
const results2 = await (0, p_settle_1.default)(cmdsWithOtherNames.map(async (cmd) => {

@@ -88,0 +87,0 @@ if (usedNames[cmd.name]) {

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

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

"dependencies": {
"@zkochan/cmd-shim": "^5.3.1",
"@zkochan/cmd-shim": "^5.4.0",
"@zkochan/rimraf": "^2.1.2",

@@ -37,8 +37,8 @@ "bin-links": "^4.0.1",

"@pnpm/error": "4.0.0",
"@pnpm/manifest-utils": "4.1.2",
"@pnpm/package-bins": "7.0.2",
"@pnpm/manifest-utils": "4.1.3",
"@pnpm/package-bins": "7.0.3",
"@pnpm/read-modules-dir": "5.0.0",
"@pnpm/read-package-json": "7.0.3",
"@pnpm/types": "8.9.0",
"@pnpm/read-project-manifest": "4.1.1"
"@pnpm/read-package-json": "7.0.4",
"@pnpm/read-project-manifest": "4.1.2",
"@pnpm/types": "8.10.0"
},

@@ -53,4 +53,4 @@ "devDependencies": {

"tempy": "^1.0.1",
"@pnpm/link-bins": "8.0.4",
"@pnpm/test-fixtures": "0.0.27"
"@pnpm/link-bins": "8.0.5",
"@pnpm/test-fixtures": "0.0.28"
},

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