Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

read-package-up

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-package-up - npm Package Compare versions

Comparing version
11.0.0
to
12.0.0
+9
-14
package.json
{
"name": "read-package-up",
"version": "11.0.0",
"version": "12.0.0",
"description": "Read the closest package.json file",

@@ -18,7 +18,8 @@ "license": "MIT",

},
"sideEffects": false,
"engines": {
"node": ">=18"
"node": ">=20"
},
"scripts": {
"test": "xo && ava && tsd"
"test": "xo && ava"
},

@@ -56,16 +57,10 @@ "files": [

"dependencies": {
"find-up-simple": "^1.0.0",
"read-pkg": "^9.0.0",
"type-fest": "^4.6.0"
"find-up-simple": "^1.0.1",
"read-pkg": "^10.0.0",
"type-fest": "^5.2.0"
},
"devDependencies": {
"ava": "^5.3.1",
"tsd": "^0.29.0",
"xo": "^0.56.0"
},
"xo": {
"rules": {
"@typescript-eslint/no-redundant-type-constituents": "off"
}
"ava": "^6.4.1",
"xo": "^1.2.3"
}
}

@@ -68,2 +68,2 @@ # read-package-up

- [find-up](https://github.com/sindresorhus/find-up) - Find a file by walking up parent directories
- [pkg-conf](https://github.com/sindresorhus/pkg-conf) - Get namespaced config from the closest package.json
- [package-config](https://github.com/sindresorhus/package-config) - Get namespaced config from the closest package.json