New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tanstack/devtools-event-bus

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/devtools-event-bus

TanStack Event Bus is a lightweight event bus for TanStack Devtools.

Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
555K
-4.69%
Maintainers
2
Weekly downloads
 
Created
Source

@tanstack/devtools-event-bus

This package is still under active development and might have breaking changes in the future. Please use it with caution.

General Usage

Server Event Bus

import { ServerEventBus } from '@tanstack/devtools-event-bus/server'
// Start the server event bus
const devtoolsServer = new ServerEventBus()

devtoolsServer.start()

export { devtoolsServer }

Client Event Bus

import { ClientEventBus } from '@tanstack/devtools-event-bus/client'
// Start the client event bus
const devtoolsClient = new ClientEventBus()

devtoolsClient.start()

export { devtoolsClient }

Plugins

Check out @tanstack/devtools-event-client for more information on how to create plugins for the event bus.

Keywords

devtools

FAQs

Package last updated on 10 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts