Socket
Socket
Sign inDemoInstall

@pnpm/store-controller-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/store-controller-types - npm Package Compare versions

Comparing version 14.1.1 to 14.1.2

4

lib/index.d.ts

@@ -57,2 +57,4 @@ import { DirectoryResolution, PreferredVersions, Resolution, WantedDependency, WorkspacePackages } from '@pnpm/resolver-base';

defaultTag?: string;
pickLowestVersion?: boolean;
publishedBy?: Date;
downloadPriority: number;

@@ -68,2 +70,3 @@ projectDir: string;

workspacePackages?: WorkspacePackages;
forceResolve?: boolean;
}

@@ -84,2 +87,3 @@ export declare type BundledManifestFunction = () => Promise<BundledManifest | undefined>;

updated: boolean;
publishedAt?: string;
resolvedVia?: string;

@@ -86,0 +90,0 @@ latest?: string;

12

package.json
{
"name": "@pnpm/store-controller-types",
"version": "14.1.1",
"version": "14.1.2",
"description": "Types for the store controller",

@@ -26,10 +26,10 @@ "main": "lib/index.js",

"dependencies": {
"@pnpm/fetcher-base": "13.1.0",
"@pnpm/resolver-base": "9.1.0",
"@pnpm/types": "8.5.0"
"@pnpm/fetcher-base": "13.1.1",
"@pnpm/resolver-base": "9.1.1",
"@pnpm/types": "8.6.0"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/cafs-types": "1.0.0",
"@pnpm/store-controller-types": "14.1.1"
"@pnpm/cafs-types": "1.1.0",
"@pnpm/store-controller-types": "14.1.2"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc