Socket
Socket
Sign inDemoInstall

@pnpm/package-bins

Package Overview
Dependencies
Maintainers
2
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 8.0.2 to 8.0.3

2

lib/index.js

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

{
name: pkgName.startsWith('@') ? pkgName.slice(pkgName.indexOf('/') + 1) : pkgName,
name: pkgName[0] === '@' ? pkgName.slice(pkgName.indexOf('/') + 1) : pkgName,
path: path_1.default.join(pkgPath, bin),

@@ -47,0 +47,0 @@ },

{
"name": "@pnpm/package-bins",
"version": "8.0.2",
"version": "8.0.3",
"description": "Returns bins of a package",

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

"dependencies": {
"fast-glob": "^3.3.0",
"fast-glob": "^3.3.1",
"is-subdir": "^1.2.0",
"@pnpm/types": "9.2.0"
"@pnpm/types": "9.3.0"
},
"devDependencies": {
"@types/node": "^14.18.53",
"@pnpm/package-bins": "8.0.2"
"@types/node": "^16.18.52",
"@pnpm/package-bins": "8.0.3"
},

@@ -35,0 +35,0 @@ "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