Socket
Socket
Sign inDemoInstall

@pnpm/link-bins

Package Overview
Dependencies
Maintainers
3
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 3.0.0 to 3.0.1

5

lib/index.js

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

const externalBinPath = path.join(binPath, cmd.name);
const nodePath = (yield getBinNodePaths(cmd.path)).join(path.delimiter);
const nodePath = yield getBinNodePaths(cmd.path);
return cmdShim(cmd.path, externalBinPath, {

@@ -90,4 +90,3 @@ createPwshFile: POWER_SHELL_IS_SUPPORTED,

const targetRealPath = yield fs.realpath(target);
return R.union(Module['_nodeModulePaths'](targetRealPath), // tslint:disable-line:no-string-literal
Module['_nodeModulePaths'](target));
return R.union(Module._nodeModulePaths(targetRealPath), Module._nodeModulePaths(target));
});

@@ -94,0 +93,0 @@ }

14

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

@@ -36,9 +36,9 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/package-bins": "^1.0.0",
"@pnpm/package-bins": "^2.0.0",
"@pnpm/read-package-json": "^1.0.0",
"@pnpm/types": "^1.7.0",
"@pnpm/types": "^2.0.0",
"@types/mz": "^0.0.32",
"@types/node": "^9.6.5 || 10",
"@types/ramda": "^0.25.20",
"@zkochan/cmd-shim": "^3.0.0",
"@zkochan/cmd-shim": "^3.1.0",
"arr-flatten": "^1.1.0",

@@ -56,3 +56,3 @@ "is-windows": "^1.0.2",

"@types/tape": "^4.2.31",
"@types/tempy": "^0.1.0",
"@types/tempy": "^0.2.0",
"mos": "^2.0.0-alpha.3",

@@ -63,3 +63,3 @@ "mos-plugin-readme": "^1.0.4",

"rimraf": "^2.6.2",
"sinon": "^6.1.3",
"sinon": "^7.0.0",
"tape": "^4.8.0",

@@ -69,3 +69,3 @@ "tempy": "^0.2.1",

"tslint": "^5.8.0",
"typescript": "^2.6.1"
"typescript": "^3.0.0"
},

@@ -72,0 +72,0 @@ "mos": {

Sorry, the diff of this file is not supported yet

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