@vitejs/devtools-rpc
Advanced tools
| import { RpcServerPreset } from "../index.mjs"; | ||
| import { BirpcGroup, BirpcOptions } from "birpc"; | ||
| import { ServerOptions } from "node:https"; | ||
| import { IncomingMessage } from "node:http"; | ||
@@ -17,2 +18,3 @@ import { WebSocket } from "ws"; | ||
| host?: string; | ||
| https?: ServerOptions | undefined; | ||
| onConnected?: (ws: WebSocket, req: IncomingMessage, meta: DevToolsNodeRpcSessionMeta) => void; | ||
@@ -19,0 +21,0 @@ onDisconnected?: (ws: WebSocket, meta: DevToolsNodeRpcSessionMeta) => void; |
+2
-2
| { | ||
| "name": "@vitejs/devtools-rpc", | ||
| "type": "module", | ||
| "version": "0.0.0-alpha.31", | ||
| "version": "0.0.0-alpha.32", | ||
| "description": "Vite DevTools RPC Layer", | ||
@@ -47,3 +47,3 @@ "author": "VoidZero Inc.", | ||
| "devDependencies": { | ||
| "tsdown": "^0.20.2", | ||
| "tsdown": "^0.20.3", | ||
| "ws": "^8.19.0" | ||
@@ -50,0 +50,0 @@ }, |
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 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
152776
0.19%3977
0.08%