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

@pnpm/resolver-base

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/resolver-base - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

8

lib/index.d.ts

@@ -52,11 +52,7 @@ import { PackageJson } from '@pnpm/types';

alias?: string;
pref?: string;
} & ({
alias: string;
pref: string;
} | {
alias: string;
} | {
pref: string;
});
pref?: string;
};
export declare type ResolveFunction = (wantedDependency: WantedDependency, opts: ResolveOptions) => Promise<ResolveResult>;
{
"name": "@pnpm/resolver-base",
"version": "3.0.0",
"version": "3.1.0",
"description": "Types for pnpm-compatible resolvers",

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

"rimraf": "^2.6.2",
"tslint": "^5.9.1",
"typescript": "^3.0.0"
"tslint": "5.15.0",
"typescript": "3.4.3"
},

@@ -41,0 +41,0 @@ "mos": {

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