Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@pnpm/types

Package Overview
Dependencies
Maintainers
2
Versions
89
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
1101.3.0
to
1101.3.1
+5
-1
lib/config.d.ts

@@ -0,3 +1,7 @@

import type { DepPath } from './misc.js';
export type PackageVersionPolicy = (pkgName: string) => boolean | string[];
export type AllowBuild = (pkgName: string, pkgVersion: string) => boolean | undefined;
export interface AllowBuildContext {
trustPackageIdentity?: boolean;
}
export type AllowBuild = (depPath: DepPath, context?: AllowBuildContext) => boolean | undefined;
export type TrustPolicy = 'no-downgrade' | 'off';
+2
-2
{
"name": "@pnpm/types",
"version": "1101.3.0",
"version": "1101.3.1",
"description": "Basic types used by pnpm",

@@ -31,3 +31,3 @@ "keywords": [

"devDependencies": {
"@pnpm/types": "1101.3.0"
"@pnpm/types": "1101.3.1"
},

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