Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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 7.0.0 to 8.0.0-alpha.0

CHANGELOG.md

6

lib/index.d.ts

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

}
export declare type ImportPackageFunction = (from: string, to: string, opts: {
export declare type ImportPackageFunction = (to: string, opts: {
filesResponse: PackageFilesResponse;

@@ -58,3 +58,5 @@ force: boolean;

fromStore: boolean;
filenames: string[];
filesIndex: Record<string, {
integrity: string;
}>;
}

@@ -61,0 +63,0 @@ export declare type RequestPackageFunction = (wantedDependency: WantedDependency, options: RequestPackageOptions) => Promise<PackageResponse>;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=index.js.map
{
"name": "@pnpm/store-controller-types",
"version": "7.0.0",
"version": "8.0.0-alpha.0",
"description": "Types for the store controller",

@@ -8,11 +8,12 @@ "main": "lib/index.js",

"engines": {
"node": ">=10"
"node": ">=10.13"
},
"files": [
"lib"
"lib",
"!*.map"
],
"scripts": {
"test": "pnpm run tsc",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "pnpm run tsc"
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
},

@@ -30,5 +31,2 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/store-controller-types",

"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/store-controller-types#readme",
"devDependencies": {
"rimraf": "3.0.0"
},
"dependencies": {

@@ -35,0 +33,0 @@ "@pnpm/resolver-base": "7.0.0",

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