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

@pnpm/lockfile-file

Package Overview
Dependencies
Maintainers
2
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 7.0.5 to 7.0.6

4

lib/sortLockfileKeys.js

@@ -78,6 +78,6 @@ "use strict";

}
for (const key of ['specifiers', 'dependencies', 'devDependencies', 'optionalDependencies', 'time']) {
for (const key of ['specifiers', 'dependencies', 'devDependencies', 'optionalDependencies', 'time', 'patchedDependencies']) {
if (!lockfile[key])
continue;
lockfile[key] = (0, sort_keys_1.default)(lockfile[key]);
lockfile[key] = (0, sort_keys_1.default)(lockfile[key]); // eslint-disable-line @typescript-eslint/no-explicit-any
}

@@ -84,0 +84,0 @@ return (0, sort_keys_1.default)(lockfile, { compare: compareRootKeys });

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

@@ -38,3 +38,3 @@ "main": "lib/index.js",

"yaml-tag": "1.1.0",
"@pnpm/lockfile-file": "7.0.5"
"@pnpm/lockfile-file": "7.0.6"
},

@@ -41,0 +41,0 @@ "dependencies": {

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