Socket
Socket
Sign inDemoInstall

@pnpm/resolver-base

Package Overview
Dependencies
1
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.5 to 7.1.0

6

CHANGELOG.md
# @pnpm/resolver-base
## 7.1.0
### Minor Changes
- 8698a7060: New option added: preferWorkspacePackages. When it is `true`, dependencies are linked from the workspace even, when there are newer version available in the registry.
## 7.0.5

@@ -4,0 +10,0 @@

1

lib/index.d.ts

@@ -49,2 +49,3 @@ import { DependencyManifest } from '@pnpm/types';

preferredVersions: PreferredVersions;
preferWorkspacePackages?: boolean;
registry: string;

@@ -51,0 +52,0 @@ workspacePackages?: WorkspacePackages;

2

package.json
{
"name": "@pnpm/resolver-base",
"version": "7.0.5",
"version": "7.1.0",
"description": "Types for pnpm-compatible resolvers",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc