Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@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 1,217 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.