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 9.0.7 to 9.0.8

3

lib/parsePref.js

@@ -11,2 +11,3 @@ "use strict";

const normalize_path_1 = __importDefault(require("normalize-path"));
// @ts-expect-error
const isWindows = process.platform === 'win32' || global['FAKE_WINDOWS'];

@@ -32,3 +33,5 @@ const isFilespec = isWindows ? /^(?:[.]|~[/]|[/\\]|[a-zA-Z]:)/ : /^(?:[.]|~[/]|[/]|[a-zA-Z]:)/;

'Use the `link:` protocol for folder dependencies and `file:` for local tarballs');
// @ts-expect-error
err['pref'] = wd.pref;
// @ts-expect-error
err['protocol'] = 'path:';

@@ -35,0 +38,0 @@ /* eslint-enable @typescript-eslint/dot-notation */

6

package.json
{
"name": "@pnpm/local-resolver",
"version": "9.0.7",
"version": "9.0.8",
"description": "Resolver for local packages",

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

"@pnpm/read-project-manifest": "4.1.3",
"@pnpm/resolver-base": "9.1.5",
"@pnpm/resolver-base": "9.2.0",
"@pnpm/types": "8.10.0"

@@ -39,3 +39,3 @@ },

"@types/ssri": "^7.1.1",
"@pnpm/local-resolver": "9.0.7"
"@pnpm/local-resolver": "9.0.8"
},

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