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
3
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.0 to 5.0.1

7

CHANGELOG.md
# @pnpm/read-package-json
## 5.0.1
### Patch Changes
- Updated dependencies [97c64bae4]
- @pnpm/types@7.1.0
## 5.0.0

@@ -4,0 +11,0 @@

4

lib/index.js

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

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

@@ -17,0 +17,0 @@ }

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

@@ -14,9 +14,2 @@ "main": "lib/index.js",

],
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json",

@@ -34,7 +27,13 @@ "keywords": [

"@pnpm/error": "2.0.0",
"@pnpm/types": "7.0.0",
"@pnpm/types": "7.1.0",
"load-json-file": "^6.2.0",
"normalize-package-data": "^3.0.2"
},
"funding": "https://opencollective.com/pnpm"
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
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