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

@pnpm/read-package-json

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/read-package-json - npm Package Compare versions

Comparing version 5.0.4 to 5.0.5

6

lib/index.js

@@ -13,4 +13,4 @@ "use strict";

try {
const manifest = await load_json_file_1.default(pkgPath);
normalize_package_data_1.default(manifest);
const manifest = await (0, load_json_file_1.default)(pkgPath);
(0, normalize_package_data_1.default)(manifest);
return manifest;

@@ -33,3 +33,3 @@ }

}
catch (err) {
catch (err) { // eslint-disable-line
if (err.code !== 'ENOENT')

@@ -36,0 +36,0 @@ throw err;

{
"name": "@pnpm/read-package-json",
"version": "5.0.4",
"version": "5.0.5",
"description": "Read a package.json",

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

"keywords": [
"pnpm6",
"pnpm",

@@ -27,3 +28,3 @@ "outdated"

"@pnpm/error": "2.0.0",
"@pnpm/types": "7.4.0",
"@pnpm/types": "7.5.0",
"load-json-file": "^6.2.0",

@@ -34,3 +35,3 @@ "normalize-package-data": "^3.0.2"

"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"lint": "eslint src/**/*.ts test/**/*.ts",
"_test": "jest",

@@ -37,0 +38,0 @@ "test": "pnpm run compile && pnpm run _test",

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