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.9 to 4.0.10

7

CHANGELOG.md
# @pnpm/package-bins
## 4.0.10
### Patch Changes
- Updated dependencies [9ad8c27bf]
- @pnpm/types@6.4.0
## 4.0.9

@@ -4,0 +11,0 @@

12

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

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

"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/package-bins/coverage ts-node packages/package-bins/test --type-check",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",

@@ -35,3 +35,3 @@ "prepublishOnly": "pnpm run compile",

"dependencies": {
"@pnpm/types": "6.3.1",
"@pnpm/types": "6.4.0",
"graceful-fs": "^4.2.4",

@@ -42,8 +42,6 @@ "is-subdir": "^1.1.1",

"devDependencies": {
"@pnpm/package-bins": "link:",
"@types/graceful-fs": "^4.1.3",
"@types/node": "^12.12.68",
"@types/tape": "^4.13.0"
"@types/graceful-fs": "^4.1.4",
"@types/node": "^14.14.22"
},
"funding": "https://opencollective.com/pnpm"
}

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