Socket
Socket
Sign inDemoInstall

@pnpm/link-bins

Package Overview
Dependencies
14
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.1.1 to 5.1.2

2

lib/index.js

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

if (R.isEmpty(pkg.bin)) {
throw new error_1.default('INVALID_PACKAGE_BIN', `Package in ${target} must have a non-empty bin field to get bin linked.`);
opts.warn(`Package in ${target} must have a non-empty bin field to get bin linked.`);
}

@@ -80,0 +80,0 @@ if (typeof pkg.bin === 'string' && !pkg.name) {

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

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

"@types/ncp": "^2.0.3",
"@types/node": "^12.12.25",
"@types/node": "^12.12.26",
"@types/normalize-path": "^3.0.0",

@@ -60,3 +60,3 @@ "@types/ramda": "^0.26.40",

"path-exists": "^4.0.0",
"rimraf": "^3.0.0",
"rimraf": "^3.0.1",
"sinon": "8.1.1",

@@ -63,0 +63,0 @@ "tempy": "^0.3.0"

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