
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
hystrix-dashboard
Advanced tools
The module provides UI part from hystrix java dashboard that can be used as part nodejs application. For convenience, it also provides a publisher /hystrix.stream and a proxy /proxy.stream
npm install hystrix-dashboard -S
One can expose it as part of your express app under /hystrix
const express = require('express');
const app = express();
const dashboard = require('hystrix-dashboard');
app.use(dashboard({
idleTimeout: 4000, // will emit "ping if no data comes within 4 seconds,
interval: 2000 // interval to collect metrics
proxy: true // enable proxy for stream
}));
app.listen(8000); // http://localhost:8000/hystrix
The metrics SSE stream can be served by /hystrix.stream if this module is used within the same runtime where service metrics is produced.
The hystrix stream will will detect all hystrix modules loaded into require.cache and start observing them for any metrics available.
For a real example, you can look at how trooba-hystrix-handler uses it to expose trooba pipeline service metrics.
FAQs
A UI part of java hystrix dashboard for nodejs apps
We found that hystrix-dashboard demonstrated a not healthy version release cadence and project activity because the last version was released 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.