
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@holodata/dex
Advanced tools
Node.js library & CLI for Holodex.
The library structure is fully synced with the URL structure of the Holodex API. This way, when a new endpoint is created in the Holodex API, you can access it immediately without waiting for the library to be updated. See Muffled API and Holodex API Docs for further reads.
import { holodex } from "@holodata/dex";
async function main(token) {
const api = holodex({ token });
// fetch upcoming/live streams
const liveStreams = await api.live({ org: "All Vtubers", status: "live" });
// get channel
const channel = await api.channels["UCMwGHR0BTZuLsmjY_NT5Pwg"]();
// search videos
const videos = await api.search.videoSearch({
target: ["stream"],
conditions: [{ text: "Korone" }],
});
}
main(process.env.HOLODEX_TOKEN);
dex live [org]
dex live hololive
dex live hololive -f 'type == "upcoming"' -f 'name of channel ~= "Korone"'
dex live --json
dex channel <id>
dex channel UCMwGHR0BTZuLsmjY_NT5Pwg
dex search <query>
dex search Minecraft
npm i -g @holodata/dex
brew tap sake.sh/holodata https://sake.sh/holodata
brew install dex
FAQs
Node.js library & CLI for holodex.net
We found that @holodata/dex 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.