
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@tanstack/devtools-event-bus
Advanced tools
TanStack Event Bus is a lightweight event bus for TanStack Devtools.
This package is still under active development and might have breaking changes in the future. Please use it with caution.
import { ServerEventBus } from '@tanstack/devtools-event-bus/server'
// Start the server event bus
const devtoolsServer = new ServerEventBus()
devtoolsServer.start()
export { devtoolsServer }
import { ClientEventBus } from '@tanstack/devtools-event-bus/client'
// Start the client event bus
const devtoolsClient = new ClientEventBus()
devtoolsClient.start()
export { devtoolsClient }
Check out @tanstack/devtools-event-client for more information on how to create plugins for the event bus.
FAQs
TanStack Event Bus is a lightweight event bus for TanStack Devtools.
The npm package @tanstack/devtools-event-bus receives a total of 522,679 weekly downloads. As such, @tanstack/devtools-event-bus popularity was classified as popular.
We found that @tanstack/devtools-event-bus demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

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.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.