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

@pnpm/lockfile-utils

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile-utils - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

5

lib/satisfiesPackageManifest.js

@@ -26,3 +26,4 @@ "use strict";

}
if (!(0, equals_js_1.default)(existingDeps, importer.specifiers)) {
if (!(0, equals_js_1.default)(existingDeps, importer.specifiers) ||
importer.publishDirectory !== pkg.publishConfig?.directory) {
return false;

@@ -57,3 +58,3 @@ }

for (const depName of pkgDepNames) {
if (!importerDeps[depName] || importer.specifiers[depName] !== pkgDeps[depName])
if (!importerDeps[depName] || importer.specifiers?.[depName] !== pkgDeps[depName])
return false;

@@ -60,0 +61,0 @@ }

6

package.json
{
"name": "@pnpm/lockfile-utils",
"version": "4.1.0",
"version": "4.2.0",
"description": "Utils for dealing with pnpm-lock.yaml",

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

"devDependencies": {
"@pnpm/lockfile-utils": "4.1.0",
"@pnpm/lockfile-utils": "4.2.0",
"@types/js-yaml": "^4.0.5",

@@ -36,3 +36,3 @@ "@types/ramda": "0.28.14",

"dependencies": {
"@pnpm/lockfile-types": "4.2.0",
"@pnpm/lockfile-types": "4.3.0",
"@pnpm/resolver-base": "9.0.5",

@@ -39,0 +39,0 @@ "@pnpm/types": "8.4.0",

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