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

@pnpm/package-bins

Package Overview
Dependencies
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/package-bins - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

1

lib/index.js

@@ -53,2 +53,1 @@ "use strict";

}
//# sourceMappingURL=index.js.map

47

package.json
{
"name": "@pnpm/package-bins",
"version": "4.0.1",
"version": "4.0.2",
"description": "Returns bins of a package",

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

"scripts": {
"lint": "tslint -c tslint.json --project .",
"lint": "tslint -c ../../tslint.json --project .",
"tsc": "rimraf lib && tsc",
"test": "npm run lint && preview && ts-node test --type-check",
"test-md": "mos t",
"md": "mos",
"prepublishOnly": "npm run tsc",
"test": "ts-node test --type-check",
"prepublishOnly": "pnpm run tsc",
"fix": "tslint -c tslint.json --project . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/package-bins.git"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/package-bins",
"keywords": [

@@ -34,32 +29,18 @@ "pnpm",

"bugs": {
"url": "https://github.com/pnpm/package-bins/issues"
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/package-bins#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/package-bins#readme",
"dependencies": {
"@pnpm/types": "^4.0.0",
"graceful-fs": "^4.2.3",
"is-subdir": "^1.1.1",
"p-filter": "^2.1.0"
"@pnpm/types": "5.0.0",
"graceful-fs": "4.2.3",
"is-subdir": "1.1.1",
"p-filter": "2.1.0"
},
"devDependencies": {
"@pnpm/package-bins": "link:",
"@types/graceful-fs": "^4.1.3",
"@types/node": "^12.12.17",
"@types/node": "^12.12.24",
"@types/tape": "^4.2.33",
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"package-preview": "^3.0.0",
"rimraf": "^3.0.0",
"tape": "^4.11.0",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
"rimraf": "^3.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