You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@pnpm/dependency-path

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/dependency-path - npm Package Compare versions

Comparing version
1001.1.5
to
1001.1.6
+0
-3
lib/index.js

@@ -77,5 +77,2 @@ "use strict";

}
if (pkgId.includes(':')) {
pkgId = pkgId.substring(pkgId.indexOf('@', 1) + 1);
}
return pkgId;

@@ -82,0 +79,0 @@ }

+2
-2
{
"name": "@pnpm/dependency-path",
"version": "1001.1.5",
"version": "1001.1.6",
"description": "Utilities for working with symlinked node_modules",

@@ -35,3 +35,3 @@ "keywords": [

"@types/semver": "7.5.3",
"@pnpm/dependency-path": "1001.1.5"
"@pnpm/dependency-path": "1001.1.6"
},

@@ -38,0 +38,0 @@ "engines": {

Sorry, the diff of this file is not supported yet