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 18.1.0 to 18.1.1

10

lib/index.d.ts

@@ -26,10 +26,8 @@ import { type PkgResolutionId, type DirectoryResolution, type PreferredVersions, type Resolution, type WantedDependency, type WorkspacePackages } from '@pnpm/resolver-base';

}
export type FetchPackageToStoreFunction = (opts: FetchPackageToStoreOptions) => {
export interface FetchResponse {
filesIndexFile: string;
fetching: () => Promise<PkgRequestFetchResult>;
};
export type FetchPackageToStoreFunctionAsync = (opts: FetchPackageToStoreOptions) => Promise<{
filesIndexFile: string;
fetching: () => Promise<PkgRequestFetchResult>;
}>;
}
export type FetchPackageToStoreFunction = (opts: FetchPackageToStoreOptions) => FetchResponse;
export type FetchPackageToStoreFunctionAsync = (opts: FetchPackageToStoreOptions) => Promise<FetchResponse>;
export type GetFilesIndexFilePath = (opts: Pick<FetchPackageToStoreOptions, 'pkg' | 'ignoreScripts'>) => {

@@ -36,0 +34,0 @@ filesIndexFile: string;

10

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

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

"dependencies": {
"@pnpm/fetcher-base": "16.0.1",
"@pnpm/resolver-base": "12.0.1",
"@pnpm/types": "10.1.0"
"@pnpm/fetcher-base": "16.0.2",
"@pnpm/types": "10.1.1",
"@pnpm/resolver-base": "12.0.2"
},

@@ -34,3 +34,3 @@ "funding": "https://opencollective.com/pnpm",

"@pnpm/cafs-types": "5.0.0",
"@pnpm/store-controller-types": "18.1.0"
"@pnpm/store-controller-types": "18.1.1"
},

@@ -37,0 +37,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