Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@pnpm/types

Package Overview
Dependencies
Maintainers
2
Versions
81
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.2.0
to
1001.3.0
+1
-0
lib/options.d.ts

@@ -14,2 +14,3 @@ import { type DependenciesField } from './misc.js';

export type ReadPackageHook = <Pkg extends BaseManifest>(pkg: Pkg, dir?: string) => Pkg | Promise<Pkg>;
export type BeforePackingHook = <Pkg extends BaseManifest>(pkg: Pkg, dir: string) => Pkg | Promise<Pkg>;
export interface FinderContext {

@@ -16,0 +17,0 @@ alias: string;

@@ -135,3 +135,7 @@ import { type ExecutionEnv } from './env.js';

export type AllowedDeprecatedVersions = Record<string, string>;
export type ConfigDependencies = Record<string, string>;
type VersionWithIntegrity = string;
export type ConfigDependencies = Record<string, VersionWithIntegrity | {
tarball?: string;
integrity: VersionWithIntegrity;
}>;
export interface AuditConfig {

@@ -138,0 +142,0 @@ ignoreCves?: string[];

+1
-1
The MIT License (MIT)
Copyright (c) 2015-2016 Rico Sta. Cruz and other contributors
Copyright (c) 2016-2025 Zoltan Kochan and other contributors
Copyright (c) 2016-2026 Zoltan Kochan and other contributors

@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "@pnpm/types",
"version": "1001.2.0",
"version": "1001.3.0",
"description": "Basic types used by pnpm",

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

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

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