Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/link-bins

Package Overview
Dependencies
Maintainers
2
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 6.0.5 to 6.0.6

114

package.json
{
"name": "@pnpm/link-bins",
"version": "6.0.5",
"description": "Link bins to node_modules/.bin",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins",
"keywords": [
"pnpm",
"bin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins#readme",
"dependencies": {
"@pnpm/error": "2.0.0",
"@pnpm/package-bins": "5.0.3",
"@pnpm/read-modules-dir": "3.0.0",
"@pnpm/read-package-json": "5.0.3",
"@pnpm/read-project-manifest": "2.0.4",
"@pnpm/types": "7.3.0",
"@zkochan/cmd-shim": "^5.1.3",
"is-subdir": "^1.1.1",
"is-windows": "^1.0.2",
"normalize-path": "^3.0.0",
"p-settle": "^4.1.1",
"ramda": "^0.27.1"
},
"devDependencies": {
"@types/is-windows": "^1.0.0",
"@types/ncp": "^2.0.4",
"@types/node": "^14.14.33",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.27.39",
"ncp": "^2.0.0",
"path-exists": "^4.0.0",
"tempy": "^1.0.0"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"pretest": "ncp test/fixtures test/fixtures_for_testing",
"posttest": "rimraf test/fixtures_for_testing",
"_test": "pnpm pretest && jest && pnpm posttest",
"test": "pnpm run compile && pnpm run _test",
"fix": "tslint -c tslint.json --project . --fix",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
"name": "@pnpm/link-bins",
"version": "6.0.6",
"description": "Link bins to node_modules/.bin",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins",
"keywords": [
"pnpm",
"bin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/link-bins#readme",
"dependencies": {
"@pnpm/error": "2.0.0",
"@pnpm/package-bins": "5.0.4",
"@pnpm/read-modules-dir": "3.0.0",
"@pnpm/read-package-json": "5.0.4",
"@pnpm/read-project-manifest": "2.0.5",
"@pnpm/types": "7.4.0",
"@zkochan/cmd-shim": "^5.1.3",
"is-subdir": "^1.1.1",
"is-windows": "^1.0.2",
"normalize-path": "^3.0.0",
"p-settle": "^4.1.1",
"ramda": "^0.27.1"
},
"devDependencies": {
"@types/is-windows": "^1.0.0",
"@types/ncp": "^2.0.4",
"@types/node": "^14.14.33",
"@types/normalize-path": "^3.0.0",
"@types/ramda": "0.27.39",
"ncp": "^2.0.0",
"path-exists": "^4.0.0",
"tempy": "^1.0.0"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"pretest": "ncp test/fixtures test/fixtures_for_testing",
"posttest": "rimraf test/fixtures_for_testing",
"_test": "pnpm pretest && jest && pnpm posttest",
"test": "pnpm run compile && pnpm run _test",
"fix": "tslint -c tslint.json --project . --fix",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
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