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

@pnpm/types

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/types - npm Package Compare versions

Comparing version 6.3.0 to 6.3.1

6

CHANGELOG.md
# @pnpm/types
## 6.3.1
### Patch Changes
- b5d694e7f: Use pnpm.overrides instead of resolutions. Still support resolutions for partial compatibility with Yarn and for avoiding a breaking change.
## 6.3.0

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

3

lib/package.d.ts

@@ -83,2 +83,5 @@ export interface Dependencies {

export declare type ProjectManifest = BaseManifest & {
pnpm?: {
overrides?: Record<string, string>;
};
private?: boolean;

@@ -85,0 +88,0 @@ resolutions?: Record<string, string>;

2

package.json
{
"name": "@pnpm/types",
"version": "6.3.0",
"version": "6.3.1",
"description": "Basic types used by pnpm",

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

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