Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 1.8.0-rc.0 to 1.8.0-rc.1

2

dist/index.d.ts

@@ -90,2 +90,3 @@ import * as http from 'http';

}
declare function isEvent(input: any): input is H3Event;
declare function createEvent(req: IncomingMessage, res: ServerResponse): H3Event;

@@ -97,3 +98,2 @@

declare function isEventHandler(input: any): input is EventHandler;
declare const isEvent: typeof isEventHandler;
declare function toEventHandler(input: any, _?: any, _route?: string): EventHandler;

@@ -100,0 +100,0 @@ interface DynamicEventHandler extends EventHandler {

{
"name": "h3",
"version": "1.8.0-rc.0",
"version": "1.8.0-rc.1",
"description": "Tiny JavaScript Server",

@@ -30,2 +30,3 @@ "repository": "unjs/h3",

"release": "pnpm test && pnpm build && changelogen --release && pnpm publish && git push --follow-tags",
"release-rc": "pnpm test && pnpm build && changelogen --release --prerelease rc --push --publish --publishTag rc",
"test": "pnpm lint && vitest --run typecheck && vitest --run --coverage",

@@ -32,0 +33,0 @@ "test:types": "vitest typecheck"

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