Socket
Socket
Sign inDemoInstall

h3

Package Overview
Dependencies
Maintainers
1
Versions
97
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.11.1 to 1.12.0

46

package.json
{
"name": "h3",
"version": "1.11.1",
"version": "1.12.0",
"description": "Minimal H(TTP) framework built for high performance and portability.",

@@ -23,10 +23,10 @@ "repository": "unjs/h3",

"dependencies": {
"cookie-es": "^1.0.0",
"crossws": "^0.2.2",
"cookie-es": "^1.1.0",
"crossws": "^0.2.4",
"defu": "^6.1.4",
"destr": "^2.0.3",
"iron-webcrypto": "^1.0.0",
"iron-webcrypto": "^1.1.1",
"ohash": "^1.1.3",
"radix3": "^1.1.0",
"ufo": "^1.4.0",
"radix3": "^1.1.2",
"ufo": "^1.5.3",
"uncrypto": "^0.1.3",

@@ -38,31 +38,31 @@ "unenv": "^1.9.0"

"@types/express": "^4.17.21",
"@types/node": "^20.11.19",
"@types/node": "^20.12.7",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.3.1",
"@vitest/coverage-v8": "^1.5.2",
"autocannon": "^7.15.0",
"automd": "^0.3.5",
"automd": "^0.3.7",
"changelogen": "^0.5.5",
"connect": "^3.7.0",
"eslint": "^8.56.0",
"eslint-config-unjs": "^0.2.1",
"express": "^4.18.2",
"get-port": "^7.0.0",
"eslint": "^9.1.1",
"eslint-config-unjs": "^0.3.0-rc.6",
"express": "^4.19.2",
"get-port": "^7.1.0",
"jiti": "^1.21.0",
"listhen": "^1.7.2",
"node-fetch-native": "^1.6.2",
"node-fetch-native": "^1.6.4",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"supertest": "^6.3.4",
"typescript": "^5.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"supertest": "^7.0.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.3.1",
"zod": "^3.22.4"
"undici": "^6.19.2",
"vitest": "^1.5.2",
"zod": "^3.23.4"
},
"packageManager": "pnpm@8.15.3",
"scripts": {
"build": "unbuild",
"dev": "vitest",
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test playground examples docs",
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test playground examples docs -w",
"lint": "eslint --cache . && prettier -c src test playground examples docs",
"lint:fix": "eslint --cache . --fix && prettier -c src test playground examples docs -w",
"play": "listhen -w ./playground/app.ts",

@@ -69,0 +69,0 @@ "profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs",

@@ -5,4 +5,4 @@ # H3

[![npm version](https://flat.badgen.net/npm/v/h3)](https://npmjs.com/package/h3)
[![npm downloads](https://flat.badgen.net/npm/dm/h3)](https://npmjs.com/package/h3)
[![npm version](https://img.shields.io/npm/v/h3)](https://npmjs.com/package/h3)
[![npm downloads](https://img.shields.io/npm/dm/h3)](https://npmjs.com/package/h3)

@@ -13,2 +13,5 @@ <!-- /automd -->

> [!NOTE]
> You are on the v1 branch. Check out [h3 main](https://github.com/unjs/h3/tree/main) for latest.
👉 [Documentation](https://h3.unjs.io)

@@ -15,0 +18,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc