+1
-1
@@ -177,3 +177,3 @@ import { a as green, c as url, i as gray, l as yellow, n as bold, o as magenta, r as cyan, s as red } from "./_chunks/_utils.mjs"; | ||
| name: "srvx", | ||
| version: "0.11.1", | ||
| version: "0.11.2", | ||
| description: "Universal Server." | ||
@@ -180,0 +180,0 @@ }; |
@@ -22,3 +22,3 @@ import { Server, ServerMiddleware, ServerPlugin, ServerRequest } from "./types.mjs"; | ||
| * This plugin wraps all middleware and the fetch handler with tracing instrumentation, | ||
| * allowing you to subscribe to `srvx.fetch` and `srvx.middleware` tracing channels. | ||
| * allowing you to subscribe to `srvx.request` and `srvx.middleware` tracing channels. | ||
| * | ||
@@ -25,0 +25,0 @@ * @example |
+1
-1
@@ -6,3 +6,3 @@ function tracingPlugin(opts = {}) { | ||
| if (opts.fetch !== false) { | ||
| const fetchChannel = tracingChannel("srvx.fetch"); | ||
| const fetchChannel = tracingChannel("srvx.request"); | ||
| const originalFetch = server.options.fetch; | ||
@@ -9,0 +9,0 @@ server.options.fetch = (request) => { |
+1
-1
| { | ||
| "name": "srvx", | ||
| "version": "0.11.1", | ||
| "version": "0.11.2", | ||
| "description": "Universal Server.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://srvx.h3.dev", |
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 4 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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 4 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
106493
078
-2.5%