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

@pnpm/local-resolver

Package Overview
Dependencies
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/local-resolver - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

4

lib/parsePref.js

@@ -61,3 +61,5 @@ "use strict";

}
const dependencyPath = (0, normalize_path_1.default)(path_1.default.resolve(fetchSpec));
const dependencyPath = injected
? (0, normalize_path_1.default)(path_1.default.relative(lockfileDir, fetchSpec))
: (0, normalize_path_1.default)(path_1.default.resolve(fetchSpec));
const id = !injected && (type === 'directory' || projectDir === lockfileDir)

@@ -64,0 +66,0 @@ ? `${protocol}${(0, normalize_path_1.default)(path_1.default.relative(projectDir, fetchSpec))}`

{
"name": "@pnpm/local-resolver",
"version": "7.0.0",
"version": "7.0.1",
"description": "Resolver for local packages",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"files": [

@@ -29,5 +29,5 @@ "lib",

"@pnpm/graceful-fs": "1.0.0",
"@pnpm/read-project-manifest": "2.0.6",
"@pnpm/resolver-base": "8.1.0",
"@pnpm/types": "7.5.0",
"@pnpm/read-project-manifest": "2.0.7",
"@pnpm/resolver-base": "8.1.1",
"@pnpm/types": "7.6.0",
"normalize-path": "^3.0.0",

@@ -34,0 +34,0 @@ "ssri": "^8.0.1"

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