
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@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 10,730,637 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 3 open source maintainers collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.