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

@pnpm/merge-lockfile-changes

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/merge-lockfile-changes - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

lib/index.js

@@ -40,3 +40,3 @@ "use strict";

const packages = {};
for (const depPath of Array.from(new Set([...Object.keys(ours.packages ?? {}), ...Object.keys(theirs.packages ?? {})]))) {
for (const depPath of (Array.from(new Set([...Object.keys(ours.packages ?? {}), ...Object.keys(theirs.packages ?? {})])))) {
const ourPkg = ours.packages?.[depPath];

@@ -43,0 +43,0 @@ const theirPkg = theirs.packages?.[depPath];

{
"name": "@pnpm/merge-lockfile-changes",
"version": "6.0.0",
"version": "6.0.1",
"description": "Merges lockfiles. Can automatically fix merge conflicts",

@@ -30,9 +30,10 @@ "main": "lib/index.js",

"semver": "^7.6.0",
"@pnpm/lockfile-types": "6.0.0"
"@pnpm/lockfile-types": "7.0.0",
"@pnpm/types": "10.1.0"
},
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@types/ramda": "0.28.20",
"@types/ramda": "0.29.12",
"@types/semver": "7.5.3",
"@pnpm/merge-lockfile-changes": "6.0.0"
"@pnpm/merge-lockfile-changes": "6.0.1"
},

@@ -39,0 +40,0 @@ "exports": {

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