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
1001.3.0
to
1001.3.1
+2
-1
lib/config.d.ts

@@ -0,3 +1,4 @@

import { type DepPath } from './misc.js';
export type PackageVersionPolicy = (pkgName: string) => boolean | string[];
export type AllowBuild = (pkgName: string, pkgVersion: string) => boolean;
export type AllowBuild = (depPath: DepPath) => boolean;
export type TrustPolicy = 'no-downgrade' | 'off';
{
"name": "@pnpm/types",
"version": "1001.3.0",
"version": "1001.3.1",
"description": "Basic types used by pnpm",

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

"devDependencies": {
"@pnpm/types": "1001.3.0"
"@pnpm/types": "1001.3.1"
},

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