Socket
Socket
Sign inDemoInstall

@pnpm/lockfile-types

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile-types - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

6

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

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

2

lib/index.d.ts

@@ -5,3 +5,3 @@ export interface Lockfile {

packages?: PackageSnapshots;
resolutions?: Record<string, string>;
overrides?: Record<string, string>;
}

@@ -8,0 +8,0 @@ export interface ProjectSnapshot {

{
"name": "@pnpm/lockfile-types",
"version": "2.1.0",
"version": "2.1.1",
"description": "Types for the pnpm-lock.yaml lockfile",

@@ -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