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 16.1.0 to 17.0.0

6

lib/index.d.ts
import { type DirectoryResolution, type PreferredVersions, type Resolution, type WantedDependency, type WorkspacePackages } from '@pnpm/resolver-base';
import type { ImportPackageFunction, ImportPackageFunctionAsync, PackageFileInfo, PackageFilesResponse } from '@pnpm/cafs-types';
import { type ImportPackageFunction, type ImportPackageFunctionAsync, type PackageFileInfo, type PackageFilesResponse, type ResolvedFrom } from '@pnpm/cafs-types';
import { type DependencyManifest, type PackageManifest } from '@pnpm/types';

@@ -108,6 +108,6 @@ export type { PackageFileInfo, PackageFilesResponse, ImportPackageFunction, ImportPackageFunctionAsync };

export interface ImportOptions {
disableRelinkFromStore?: boolean;
disableRelinkLocalDirDeps?: boolean;
filesMap: FilesMap;
force: boolean;
fromStore: boolean;
resolvedFrom: ResolvedFrom;
keepModulesDir?: boolean;

@@ -114,0 +114,0 @@ }

{
"name": "@pnpm/store-controller-types",
"version": "16.1.0",
"version": "17.0.0",
"description": "Types for the store controller",

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

"dependencies": {
"@pnpm/fetcher-base": "15.0.1",
"@pnpm/resolver-base": "10.0.2",
"@pnpm/types": "9.2.0"
"@pnpm/types": "9.2.0",
"@pnpm/fetcher-base": "15.0.1"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/cafs-types": "3.1.0",
"@pnpm/store-controller-types": "16.1.0"
"@pnpm/cafs-types": "4.0.0",
"@pnpm/store-controller-types": "17.0.0"
},

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

Sorry, the diff of this file is not supported yet

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