
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@node-ts/bus-core
Advanced tools
The core messaging framework. This package provides an in-memory queue and persistence by default, but is designed to be used with other @node-ts/bus-* packages that provide compatibility with other transports (SQS, RabbitMQ, Azure Queues) and persistence technologies (PostgreSQL, SQL Server, Oracle).
🔥 View our docs at https://bus.node-ts.com 🔥
🤔 Have a question? Join the Discussion 🤔
Download and install the packages:
npm i @node-ts/bus-core @node-ts/bus-messages --save
Configure and initialize the bus when your application starts up.
import { Bus } from '@node-ts/bus-core'
async function run() {
const bus = await Bus.configure().initialize()
// Start listening for messages and dispatch them to handlers when read
await bus.start()
}
For more information, visit our docs at https://bus.node-ts.com
FAQs
A service bus for message-based, distributed node applications
The npm package @node-ts/bus-core receives a total of 2,721 weekly downloads. As such, @node-ts/bus-core popularity was classified as popular.
We found that @node-ts/bus-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.