New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/store-controller-types

Package Overview
Dependencies
Maintainers
2
Versions
96
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 1000.1.1 to 1001.0.0

3

lib/index.d.ts

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

skipFetch?: boolean;
update?: boolean;
update?: false | 'compatible' | 'latest';
workspacePackages?: WorkspacePackages;

@@ -87,3 +87,2 @@ forceResolve?: boolean;

onFetchError?: OnFetchError;
updateToLatest?: boolean;
injectWorkspacePackages?: boolean;

@@ -90,0 +89,0 @@ }

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

@@ -27,9 +27,9 @@ "main": "lib/index.js",

"@pnpm/fetcher-base": "1000.0.2",
"@pnpm/types": "1000.1.0",
"@pnpm/resolver-base": "1000.1.1"
"@pnpm/resolver-base": "1000.1.1",
"@pnpm/types": "1000.1.0"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/store-controller-types": "1000.1.1",
"@pnpm/cafs-types": "1000.0.0"
"@pnpm/cafs-types": "1000.0.0",
"@pnpm/store-controller-types": "1001.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