You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

read-pkg

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-pkg - npm Package Compare versions

Comparing version
9.0.1
to
10.0.0
+9
-11
package.json
{
"name": "read-pkg",
"version": "9.0.1",
"version": "10.0.0",
"description": "Read a package.json file",

@@ -20,6 +20,6 @@ "license": "MIT",

"engines": {
"node": ">=18"
"node": ">=20"
},
"scripts": {
"test": "xo && tsd && cd test && ava"
"test": "xo && cd test && node --test test.js"
},

@@ -42,13 +42,11 @@ "files": [

"dependencies": {
"@types/normalize-package-data": "^2.4.3",
"normalize-package-data": "^6.0.0",
"parse-json": "^8.0.0",
"type-fest": "^4.6.0",
"unicorn-magic": "^0.1.0"
"@types/normalize-package-data": "^2.4.4",
"normalize-package-data": "^8.0.0",
"parse-json": "^8.3.0",
"type-fest": "^5.2.0",
"unicorn-magic": "^0.3.0"
},
"devDependencies": {
"ava": "^5.3.1",
"tsd": "^0.29.0",
"xo": "^0.56.0"
"xo": "^1.2.3"
}
}