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 12.0.2 to 13.0.0

14

lib/index.d.ts

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

import { type DependencyManifest, type PkgResolutionId } from '@pnpm/types';
import { type ProjectRootDir, type DependencyManifest, type PkgResolutionId } from '@pnpm/types';
export { type PkgResolutionId };

@@ -37,10 +37,8 @@ /**

}
export interface WorkspacePackages {
[name: string]: {
[version: string]: {
dir: string;
manifest: DependencyManifest;
};
};
export interface WorkspacePackage {
rootDir: ProjectRootDir;
manifest: DependencyManifest;
}
export type WorkspacePackagesByVersion = Map<string, WorkspacePackage>;
export type WorkspacePackages = Map<string, WorkspacePackagesByVersion>;
export declare const DIRECT_DEP_SELECTOR_WEIGHT = 1000;

@@ -47,0 +45,0 @@ export type VersionSelectorType = 'version' | 'range' | 'tag';

{
"name": "@pnpm/resolver-base",
"version": "12.0.2",
"version": "13.0.0",
"description": "Types for pnpm-compatible resolvers",

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

"dependencies": {
"@pnpm/types": "10.1.1"
"@pnpm/types": "11.0.0"
},

@@ -31,3 +31,3 @@ "bugs": {

"devDependencies": {
"@pnpm/resolver-base": "12.0.2"
"@pnpm/resolver-base": "13.0.0"
},

@@ -34,0 +34,0 @@ "exports": {

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