You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

query-registry

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

query-registry - npm Package Compare versions

Comparing version

to
4.1.0

26

package.json
{
"name": "query-registry",
"version": "4.0.1",
"version": "4.1.0",
"description": "Query the npm registry for packuments, manifests, packages and download counts",

@@ -59,22 +59,22 @@ "license": "MIT",

"dependencies": {
"query-string": "^9.1.1",
"quick-lru": "^7.0.0",
"query-string": "^9.2.1",
"quick-lru": "^7.0.1",
"url-join": "^5.0.0",
"validate-npm-package-name": "^6.0.0",
"zod": "^3.24.2",
"zod-package-json": "^1.1.0"
"validate-npm-package-name": "^6.0.1",
"zod": "^3.25.64",
"zod-package-json": "^1.2.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.4",
"@types/bun": "^1.2.8",
"@types/node": "^22.13.14",
"@arethetypeswrong/cli": "^0.18.2",
"@types/bun": "^1.2.16",
"@types/node": "^24.0.3",
"@types/validate-npm-package-name": "^4.0.2",
"@vitest/coverage-v8": "^3.1.1",
"@vitest/coverage-v8": "^3.2.3",
"fflate": "^0.8.2",
"np": "^10.2.0",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"vitest": "^3.1.1"
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"vitest": "^3.2.3"
}
}

Sorry, the diff of this file is too big to display