Socket
Socket
Sign inDemoInstall

@pnpm/local-resolver

Package Overview
Dependencies
Maintainers
2
Versions
128
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 0.2.3 to 0.2.4

5

lib/index.d.ts

@@ -0,1 +1,2 @@

import { ResolveResult } from '@pnpm/resolver-base';
import { PackageJson } from '@pnpm/types';

@@ -9,3 +10,3 @@ /**

prefix: string;
}): Promise<{
}): Promise<(ResolveResult & {
id: string;

@@ -24,2 +25,2 @@ normalizedPref: string;

};
} | null>;
}) | null>;

2

lib/index.js

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

},
resolvedVia: 'local-filesystem',
};

@@ -66,2 +67,3 @@ }

},
resolvedVia: 'local-filesystem',
};

@@ -68,0 +70,0 @@ });

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

@@ -37,5 +37,6 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/resolver-base": "^1.1.0",
"@pnpm/types": "^1.1.0",
"@types/graceful-fs": "^4.1.2",
"@types/node": "^9.3.0",
"@types/node": "^10.0.6",
"graceful-fs": "^4.1.11",

@@ -42,0 +43,0 @@ "normalize-path": "^3.0.0",

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