You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@vitejs/devtools-rpc

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitejs/devtools-rpc - npm Package Compare versions

Comparing version
0.0.0-alpha.31
to
0.0.0-alpha.32
+2
-0
dist/presets/ws/server.d.mts
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