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
3.0.1

18

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

@@ -62,18 +62,18 @@ "license": "MIT",

"url-join": "^5.0.0",
"validate-npm-package-name": "^5.0.0",
"zod": "^3.23.3",
"zod-package-json": "^1.0.2"
"validate-npm-package-name": "^5.0.1",
"zod": "^3.23.8",
"zod-package-json": "^1.0.3"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@types/bun": "^1.1.0",
"@types/bun": "^1.1.3",
"@types/validate-npm-package-name": "^4.0.2",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/coverage-v8": "^1.6.0",
"fflate": "^0.8.2",
"np": "^10.0.5",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
}
}

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