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.7.10 to 0.7.11

4

dist/index.d.ts

@@ -101,2 +101,4 @@ import http from 'http';

* @property {String} statusMessage A String representing the HTTP status message
* @property {String} fatal Indicates if the error is a fatal error.
* @property {String} unhandled Indicates if the error was unhandled and auto captured.
* @property {Any} data An extra data that will includes in the response.<br>

@@ -108,2 +110,4 @@ * This can be used to pass additional information about the error.

statusCode: number;
fatal: boolean;
unhandled: boolean;
statusMessage: string;

@@ -110,0 +114,0 @@ data?: any;

6

package.json
{
"name": "h3",
"version": "0.7.10",
"version": "0.7.11",
"description": "Tiny JavaScript Server",

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

"radix3": "^0.1.2",
"ufo": "^0.8.4"
"ufo": "^0.8.5"
},

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

},
"packageManager": "pnpm@7.2.1",
"packageManager": "pnpm@7.5.2",
"scripts": {

@@ -52,0 +52,0 @@ "build": "unbuild",

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