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

@pnpm/local-resolver

Package Overview
Dependencies
Maintainers
3
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 5.0.0 to 5.0.1

2

lib/index.js

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

var _a;
const spec = parsePref_1.default(wantedDependency.pref, opts.projectDir, (_a = opts.lockfileDir, (_a !== null && _a !== void 0 ? _a : opts.projectDir)));
const spec = parsePref_1.default(wantedDependency.pref, opts.projectDir, (_a = opts.lockfileDir) !== null && _a !== void 0 ? _a : opts.projectDir);
if (!spec)

@@ -16,0 +16,0 @@ return null;

{
"name": "@pnpm/local-resolver",
"version": "5.0.0",
"version": "5.0.1",
"description": "Resolver for local packages",

@@ -33,4 +33,4 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/error": "1.0.0",
"@pnpm/read-project-manifest": "1.0.0",
"@pnpm/error": "1.1.0",
"@pnpm/read-project-manifest": "1.0.1",
"@pnpm/resolver-base": "7.0.0",

@@ -37,0 +37,0 @@ "@pnpm/types": "5.0.0",

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