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

h3

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

h3 - npm Package Compare versions

Comparing version
1.15.5
to
1.15.6
+24
-24
package.json
{
"name": "h3",
"version": "1.15.5",
"version": "1.15.6",
"description": "Minimal H(TTP) framework built for high performance and portability.",
"license": "MIT",
"repository": "h3js/h3",
"license": "MIT",
"files": [
"dist"
],
"sideEffects": false,
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {

@@ -16,8 +22,2 @@ "./package.json": "./package.json",

},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {

@@ -35,5 +35,2 @@ "build": "unbuild",

},
"resolutions": {
"h3": "^1.14.0"
},
"dependencies": {

@@ -53,29 +50,32 @@ "cookie-es": "^1.2.2",

"@types/express": "^5.0.6",
"@types/node": "^25.0.8",
"@types/supertest": "^6.0.3",
"@typescript/native-preview": "7.0.0-dev.20260115.1",
"@vitest/coverage-v8": "^4.0.17",
"@types/node": "^25.3.5",
"@types/supertest": "^7.2.0",
"@typescript/native-preview": "latest",
"@vitest/coverage-v8": "^4.0.18",
"autocannon": "^8.0.0",
"automd": "^0.4.2",
"automd": "^0.4.3",
"changelogen": "^0.6.2",
"connect": "^3.7.0",
"eslint": "^9.39.2",
"eslint": "^10.0.3",
"eslint-config-unjs": "^0.6.2",
"express": "^5.2.1",
"get-port": "^7.1.0",
"h3": "^2.0.1-rc.8",
"h3": "^1.15.5",
"jiti": "^2.6.1",
"listhen": "^1.9.0",
"node-fetch-native": "^1.6.7",
"prettier": "^3.8.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"prettier": "^3.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"supertest": "^7.2.2",
"typescript": "^5.9.3",
"unbuild": "^3.6.1",
"undici": "^7.18.2",
"vitest": "^4.0.17",
"zod": "^4.3.5"
"undici": "^7.22.0",
"vitest": "^4.0.18",
"zod": "^4.3.6"
},
"resolutions": {
"h3": "^1.14.0"
},
"packageManager": "pnpm@10.28.0"
}

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

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