🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@hono/node-server

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hono/node-server - npm Package Compare versions

Comparing version
2.0.10
to
2.0.11
+3
-1
dist/index.cjs

@@ -196,4 +196,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });

case "OPTIONS":
case "PATCH":
case "POST":
case "PUT": return method;
case "PUT":
case "QUERY": return method;
}

@@ -200,0 +202,0 @@ const upper = method.toUpperCase();

@@ -195,4 +195,6 @@ import { t as X_ALREADY_SENT } from "./constants-BLSFu_RU.mjs";

case "OPTIONS":
case "PATCH":
case "POST":
case "PUT": return method;
case "PUT":
case "QUERY": return method;
}

@@ -199,0 +201,0 @@ const upper = method.toUpperCase();

{
"name": "@hono/node-server",
"version": "2.0.10",
"version": "2.0.11",
"description": "Node.js Adapter for Hono",

@@ -5,0 +5,0 @@ "main": "dist/index.mjs",