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

@pnpm/read-project-manifest

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/read-project-manifest - npm Package Compare versions

Comparing version 5.0.4 to 5.0.5

2

lib/index.js

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

function normalize(manifest) {
const result = {}; // eslint-disable-line @typescript-eslint/no-explicit-any
const result = {};
for (const key in manifest) {

@@ -203,0 +203,0 @@ if (Object.prototype.hasOwnProperty.call(manifest, key)) {

{
"name": "@pnpm/read-project-manifest",
"version": "5.0.4",
"version": "5.0.5",
"description": "Read a project manifest (called package.json in most cases)",

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

"@pnpm/error": "5.0.2",
"@pnpm/graceful-fs": "3.0.0",
"@pnpm/graceful-fs": "3.1.0",
"@pnpm/text.comments-parser": "2.0.0",

@@ -46,3 +46,3 @@ "@pnpm/types": "9.2.0",

"tempy": "^1.0.1",
"@pnpm/read-project-manifest": "5.0.4"
"@pnpm/read-project-manifest": "5.0.5"
},

@@ -49,0 +49,0 @@ "funding": "https://opencollective.com/pnpm",

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