🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@hono/node-server

Package Overview
Dependencies
Maintainers
1
Versions
93
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.5
to
2.0.6
+2
-1
dist/index.cjs

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

return this[responseCache] ||= new GlobalResponse(this.#body, liveHeaders ? {
...this.#init,
status: this.#init?.status,
statusText: this.#init?.statusText,
headers: liveHeaders

@@ -410,0 +411,0 @@ } : this.#init);

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

return this[responseCache] ||= new GlobalResponse(this.#body, liveHeaders ? {
...this.#init,
status: this.#init?.status,
statusText: this.#init?.statusText,
headers: liveHeaders

@@ -409,0 +410,0 @@ } : this.#init);

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

@@ -75,3 +75,3 @@ "main": "dist/index.mjs",

"prerelease": "bun run build && bun run test --run",
"release": "np",
"release": "np --no-publish",
"lint": "eslint src test",

@@ -104,3 +104,3 @@ "lint:fix": "eslint src test --fix",

"hono": "^4.12.8",
"np": "^7.7.0",
"np": "^11.2.1",
"prettier": "^3.2.4",

@@ -107,0 +107,0 @@ "publint": "^0.3.18",