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.33
to
0.0.0-alpha.34
+1
-1
dist/presets/ws/server.d.mts
import { RpcServerPreset } from "../index.mjs";
import { BirpcGroup, BirpcOptions } from "birpc";
import { ServerOptions } from "node:https";
import { WebSocket } from "ws";
import { IncomingMessage } from "node:http";
import { WebSocket } from "ws";

@@ -7,0 +7,0 @@ //#region src/presets/ws/server.d.ts

{
"name": "@vitejs/devtools-rpc",
"type": "module",
"version": "0.0.0-alpha.33",
"version": "0.0.0-alpha.34",
"description": "Vite DevTools RPC Layer",

@@ -34,2 +34,5 @@ "author": "VoidZero Inc.",

],
"peerDependencies": {
"ws": "*"
},
"peerDependenciesMeta": {

@@ -48,3 +51,3 @@ "ws": {

"devDependencies": {
"tsdown": "^0.20.3",
"tsdown": "^0.21.1",
"ws": "^8.19.0"

@@ -51,0 +54,0 @@ },

Sorry, the diff of this file is too big to display