Socket
Socket
Sign inDemoInstall

h3

Package Overview
Dependencies
Maintainers
1
Versions
98
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 0.8.1 to 0.8.2

2

dist/index.d.ts

@@ -273,3 +273,3 @@ import { IncomingMessage, ServerResponse, OutgoingMessage } from 'http';

declare function sendStream(event: H3Event, data: any): Promise<void>;
declare function writeEarlyHints(event: H3Event, links: string | string[], callback?: () => void): void;
declare function writeEarlyHints(event: H3Event, hints: string | string[] | Record<string, string | string[]>, cb?: () => void): void;

@@ -276,0 +276,0 @@ declare type RouterMethod = Lowercase<HTTPMethod>;

{
"name": "h3",
"version": "0.8.1",
"version": "0.8.2",
"description": "Tiny JavaScript Server",

@@ -26,3 +26,3 @@ "repository": "unjs/h3",

"radix3": "^0.2.1",
"ufo": "^0.8.5"
"ufo": "^0.8.6"
},

@@ -37,3 +37,3 @@ "devDependencies": {

"autocannon": "^7.10.0",
"changelogen": "^0.3.2",
"changelogen": "^0.3.5",
"connect": "^3.7.0",

@@ -47,3 +47,3 @@ "eslint": "^8.25.0",

"typescript": "^4.8.4",
"unbuild": "^0.9.2",
"unbuild": "^0.9.4",
"vitest": "^0.24.3"

@@ -50,0 +50,0 @@ },

Sorry, the diff of this file is not supported yet

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