Socket
Socket
Sign inDemoInstall

@pnpm/resolver-base

Package Overview
Dependencies
Maintainers
2
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 8.0.4 to 8.1.0

4

lib/index.d.ts

@@ -54,2 +54,4 @@ import { DependencyManifest } from '@pnpm/types';

export declare type WantedDependency = {
injected?: boolean;
} & ({
alias?: string;

@@ -60,3 +62,3 @@ pref: string;

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

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

"keywords": [
"pnpm6",
"pnpm",

@@ -23,3 +24,3 @@ "resolver"

"dependencies": {
"@pnpm/types": "7.4.0"
"@pnpm/types": "7.5.0"
},

@@ -32,3 +33,3 @@ "bugs": {

"start": "pnpm run tsc -- --watch",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"lint": "eslint src/**/*.ts",
"test": "pnpm run compile",

@@ -35,0 +36,0 @@ "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"

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