@hono/node-server
Advanced tools
@@ -42,2 +42,5 @@ "use strict"; | ||
| }); | ||
| stream.on("error", (err) => { | ||
| controller.error(err); | ||
| }); | ||
| stream.on("end", () => { | ||
@@ -44,0 +47,0 @@ controller.close(); |
@@ -18,2 +18,5 @@ // src/serve-static.ts | ||
| }); | ||
| stream.on("error", (err) => { | ||
| controller.error(err); | ||
| }); | ||
| stream.on("end", () => { | ||
@@ -20,0 +23,0 @@ controller.close(); |
+1
-1
| { | ||
| "name": "@hono/node-server", | ||
| "version": "1.19.3", | ||
| "version": "1.19.4", | ||
| "description": "Node.js Adapter for Hono", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
203980
0.08%6007
0.1%