Socket
Socket
Sign inDemoInstall

@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 3.1.8 to 3.1.9

7

CHANGELOG.md
# @pnpm/read-package-json
## 3.1.9
### Patch Changes
- Updated dependencies [9ad8c27bf]
- @pnpm/types@6.4.0
## 3.1.8

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

11

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

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

"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/read-package-json/coverage ts-node packages/read-package-json/test --type-check",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",

@@ -34,10 +34,7 @@ "prepublishOnly": "pnpm run compile",

"dependencies": {
"@pnpm/error": "^1.4.0",
"@pnpm/types": "^6.3.1",
"@pnpm/error": "1.4.0",
"@pnpm/types": "6.4.0",
"read-package-json": "^3.0.0"
},
"devDependencies": {
"@pnpm/read-package-json": "link:"
},
"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