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/store-controller-types

Package Overview
Dependencies
Maintainers
2
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/store-controller-types - npm Package Compare versions

Comparing version
1004.2.0
to
1004.3.0
+1
-0
lib/index.d.ts

@@ -89,2 +89,3 @@ import { type PkgResolutionId, type DirectoryResolution, type PreferredVersions, type Resolution, type WantedDependency, type WorkspacePackages } from '@pnpm/resolver-base';

trustPolicy?: TrustPolicy;
trustPolicyExclude?: PackageVersionPolicy;
}

@@ -91,0 +92,0 @@ export type BundledManifestFunction = () => Promise<BundledManifest | undefined>;

+5
-5
{
"name": "@pnpm/store-controller-types",
"version": "1004.2.0",
"version": "1004.3.0",
"description": "Types for the store controller",

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

"dependencies": {
"@pnpm/fetcher-base": "1001.0.3",
"@pnpm/resolver-base": "1005.2.0",
"@pnpm/fetcher-base": "1001.0.4",
"@pnpm/resolver-base": "1005.3.0",
"@pnpm/types": "1001.0.0"
},
"devDependencies": {
"@pnpm/cafs-types": "1000.0.0",
"@pnpm/store-controller-types": "1004.2.0"
"@pnpm/store-controller-types": "1004.3.0",
"@pnpm/cafs-types": "1000.0.0"
},

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