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.3 to 5.0.4

72

package.json
{
"name": "@pnpm/read-package-json",
"version": "5.0.3",
"description": "Read a package.json",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.17"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json",
"keywords": [
"pnpm",
"outdated"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json#readme",
"dependencies": {
"@pnpm/error": "2.0.0",
"@pnpm/types": "7.3.0",
"load-json-file": "^6.2.0",
"normalize-package-data": "^3.0.2"
},
"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"
}
}
"name": "@pnpm/read-package-json",
"version": "5.0.4",
"description": "Read a package.json",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.17"
},
"files": [
"lib",
"!*.map"
],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json",
"keywords": [
"pnpm",
"outdated"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/read-package-json#readme",
"dependencies": {
"@pnpm/error": "2.0.0",
"@pnpm/types": "7.4.0",
"load-json-file": "^6.2.0",
"normalize-package-data": "^3.0.2"
},
"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