New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/types

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/types - npm Package Compare versions

Comparing version

to
12.0.0

4

lib/misc.d.ts

@@ -15,6 +15,2 @@ export type DependenciesField = 'optionalDependencies' | 'dependencies' | 'devDependencies';

export type HoistedDependencies = Record<DepPath | ProjectId, Record<string, 'public' | 'private'>>;
export interface PatchFile {
path: string;
hash: string;
}
export type PkgResolutionId = string & {

@@ -21,0 +17,0 @@ __brand: 'PkgResolutionId';

4

package.json
{
"name": "@pnpm/types",
"version": "11.1.0",
"version": "12.0.0",
"description": "Basic types used by pnpm",

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

"devDependencies": {
"@pnpm/types": "11.1.0"
"@pnpm/types": "12.0.0"
},

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