Socket
Socket
Sign inDemoInstall

@pnpm/link-bins

Package Overview
Dependencies
13
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.1 to 4.3.0

4

lib/index.js

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

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

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

return;
await mkdirp(binPath);
await makeDir(binPath);
const [cmdsWithOwnName, cmdsWithOtherNames] = R.partition((cmd) => cmd.ownName, allCmds);

@@ -45,0 +45,0 @@ await Promise.all(cmdsWithOwnName.map((cmd) => linkBin(cmd, binPath)));

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

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

"is-windows": "^1.0.2",
"mkdirp-promise": "^5.0.1",
"make-dir": "^3.0.0",
"mz": "^2.7.0",

@@ -47,0 +47,0 @@ "normalize-path": "^3.0.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc