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 4.0.1 to 4.0.2

2

lib/index.js

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

const cmdShim = require("@zkochan/cmd-shim");
const isSubdir = require("is-subdir");
const isWindows = require("is-windows");

@@ -21,2 +22,3 @@ const mkdirp = require("mkdirp-promise");

const allCmds = R.unnest((await Promise.all(pkgDirs
.filter((dir) => !isSubdir(dir, binPath)) // Don't link own bins
.map(normalizePath)

@@ -23,0 +25,0 @@ .map((target) => getPackageBins(target, opts.warn))))

5

package.json
{
"name": "@pnpm/link-bins",
"version": "4.0.1",
"version": "4.0.2",
"description": "Link bins to node_modules/.bin",

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

"arr-flatten": "^1.1.0",
"is-subdir": "^1.0.3",
"is-windows": "^1.0.2",

@@ -61,3 +62,3 @@ "mkdirp-promise": "^5.0.1",

"package-preview": "^2.0.0",
"path-exists": "^3.0.0",
"path-exists": "^4.0.0",
"rimraf": "^2.6.2",

@@ -64,0 +65,0 @@ "sinon": "^7.0.0",

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