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.4.0 to 5.0.0

2

lib/index.js

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

const cmds = await package_bins_1.default(pkgJson, pkgPath);
return cmds.map((cmd) => (Object.assign({}, cmd, { ownName: cmd.name === pkgJson.name, pkgName: pkgJson.name })));
return cmds.map((cmd) => (Object.assign(Object.assign({}, cmd), { ownName: cmd.name === pkgJson.name, pkgName: pkgJson.name })));
}

@@ -68,0 +68,0 @@ async function linkBin(cmd, binPath) {

{
"name": "@pnpm/link-bins",
"version": "4.4.0",
"description": "Link bins to node_modules/.bin",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=8.15"
},
"scripts": {
"lint": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"test": "npm run lint && preview && ncp test/fixtures test/fixtures_for_testing && ts-node test --type-check && rimraf test/fixtures_for_testing",
"md": "mos",
"prepublishOnly": "npm run tsc",
"fix": "tslint -c tslint.json --project . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/link-bins.git"
},
"keywords": [
"pnpm",
"bin"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/link-bins/issues"
},
"homepage": "https://github.com/pnpm/link-bins#readme",
"dependencies": {
"@pnpm/package-bins": "^3.1.0",
"@pnpm/read-importer-manifest": "^1.0.0",
"@pnpm/read-package-json": "^2.0.0",
"@pnpm/types": "^3.0.0",
"@zkochan/cmd-shim": "^4.0.0",
"arr-flatten": "^1.1.0",
"is-subdir": "^1.0.3",
"is-windows": "^1.0.2",
"make-dir": "^3.0.0",
"mz": "^2.7.0",
"normalize-path": "^3.0.0",
"p-filter": "^2.0.0",
"ramda": "^0.26.0"
},
"devDependencies": {
"@types/mz": "^0.0.32",
"@types/node": "12",
"@types/path-exists": "^3.0.0",
"@types/ramda": "^0.26.0",
"@types/sinon": "^7.0.0",
"@types/tape": "^4.2.31",
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"ncp": "^2.0.0",
"package-preview": "^2.0.0",
"path-exists": "^4.0.0",
"rimraf": "^2.6.2",
"sinon": "^7.0.0",
"tape": "^4.8.0",
"tempy": "^0.3.0",
"ts-node": "^8.0.0",
"tslint": "^5.8.0",
"typescript": "^3.0.0"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
"name": "@pnpm/link-bins",
"version": "5.0.0",
"description": "Link bins to node_modules/.bin",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "tslint -c tslint.json --project .",
"tsc": "rimraf lib && tsc",
"test": "npm run lint && preview && ncp test/fixtures test/fixtures_for_testing && ts-node test --type-check && rimraf test/fixtures_for_testing",
"md": "mos",
"prepublishOnly": "npm run tsc",
"fix": "tslint -c tslint.json --project . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/link-bins.git"
},
"keywords": [
"pnpm",
"bin"
],
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/link-bins/issues"
},
"homepage": "https://github.com/pnpm/link-bins#readme",
"dependencies": {
"@pnpm/package-bins": "^4.0.0",
"@pnpm/read-importer-manifest": "^2.0.0",
"@pnpm/read-package-json": "^3.0.0",
"@pnpm/types": "^4.0.0",
"@zkochan/cmd-shim": "^4.1.0",
"arr-flatten": "^1.1.0",
"is-subdir": "^1.0.3",
"is-windows": "^1.0.2",
"make-dir": "^3.0.0",
"mz": "^2.7.0",
"normalize-path": "^3.0.0",
"p-filter": "^2.1.0",
"ramda": "^0.26.1"
},
"devDependencies": {
"@types/mz": "^0.0.32",
"@types/node": "^12.7.2",
"@types/ramda": "^0.26.21",
"@types/sinon": "^7.0.13",
"@types/tape": "^4.2.33",
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"ncp": "^2.0.0",
"package-preview": "^2.0.0",
"path-exists": "^4.0.0",
"rimraf": "^3.0.0",
"sinon": "^7.4.1",
"tape": "^4.11.0",
"tempy": "^0.3.0",
"ts-node": "^8.3.0",
"tslint": "^5.19.0",
"typescript": "^3.5.3"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}

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