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

@pnpm/lockfile-file

Package Overview
Dependencies
Maintainers
3
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile-file - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

6

CHANGELOG.md
# @pnpm/lockfile-file
## 3.2.1
### Patch Changes
- 51e1456dd: Throw a standard pnpm error object on broken lockfile error. The error code is `ERR_PNPM_BROKEN_LOCKFILE`.
## 3.2.0

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

3

lib/read.js

@@ -8,2 +8,3 @@ "use strict";

const constants_1 = require("@pnpm/constants");
const error_1 = __importDefault(require("@pnpm/error"));
const types_1 = require("@pnpm/types");

@@ -54,3 +55,3 @@ const errors_1 = require("./errors");

if (!opts.autofixMergeConflicts || !gitMergeFile_1.isDiff(lockfileRawContent)) {
throw err;
throw new error_1.default('BROKEN_LOCKFILE', `The lockfile at "${lockfilePath}" is broken: ${err.message}`);
}

@@ -57,0 +58,0 @@ hadConflicts = true;

{
"name": "@pnpm/lockfile-file",
"version": "3.2.0",
"version": "3.2.1",
"description": "Read/write pnpm-lock.yaml files",

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