Socket
Socket
Sign inDemoInstall

@pnpm/package-bins

Package Overview
Dependencies
3
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

2

lib/index.js

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

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

@@ -46,0 +46,0 @@ },

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

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

"dependencies": {
"@pnpm/types": "8.0.0",
"@pnpm/types": "8.0.1",
"fast-glob": "^3.2.4",

@@ -32,3 +32,3 @@ "is-subdir": "^1.1.1"

"devDependencies": {
"@pnpm/package-bins": "6.0.0",
"@pnpm/package-bins": "6.0.1",
"@types/node": "^14.17.32"

@@ -35,0 +35,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc