Socket
Socket
Sign inDemoInstall

@pnpm/store-controller-types

Package Overview
Dependencies
Maintainers
3
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 1.1.0 to 1.2.0

8

lib/index.d.ts

@@ -21,3 +21,11 @@ import { DirectoryResolution, LocalPackages, Resolution, WantedDependency } from '@pnpm/resolver-base';

getCacheByEngine(storePath: string, id: string): Promise<Map<string, string>>;
findPackageUsages(searchQueries: string[]): Promise<PackageUsagesBySearchQueries>;
}
export declare type PackageUsagesBySearchQueries = {
[searchQuery: string]: PackageUsages[];
};
export declare type PackageUsages = {
packageId: string;
usages: string[];
};
export declare type FetchPackageToStoreFunction = (opts: FetchPackageToStoreOptions) => {

@@ -24,0 +32,0 @@ fetchingFiles: Promise<PackageFilesResponse>;

4

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

@@ -33,3 +33,3 @@ "main": "lib/index.js",

"tslint": "5.11.0",
"typescript": "3.1.6"
"typescript": "3.2.2"
},

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

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