@mjackson/node-fetch-server
Advanced tools
@@ -132,2 +132,3 @@ "use strict"; | ||
| for (let i = 0; i < rawHeaders.length; i += 2) { | ||
| if (rawHeaders[i].startsWith(":")) continue; | ||
| headers.append(rawHeaders[i], rawHeaders[i + 1]); | ||
@@ -134,0 +135,0 @@ } |
@@ -103,2 +103,3 @@ // src/lib/read-stream.ts | ||
| for (let i = 0; i < rawHeaders.length; i += 2) { | ||
| if (rawHeaders[i].startsWith(":")) continue; | ||
| headers.append(rawHeaders[i], rawHeaders[i + 1]); | ||
@@ -105,0 +106,0 @@ } |
+1
-1
| { | ||
| "name": "@mjackson/node-fetch-server", | ||
| "version": "0.5.1", | ||
| "version": "0.6.0", | ||
| "description": "Build servers for Node.js using the web fetch API", | ||
@@ -5,0 +5,0 @@ "author": "Michael Jackson <mjijackson@gmail.com>", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
26147
0.38%415
0.48%