
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.
A wrapper package to use Kafka solution from Bitquery without writing complex code
bit-kafka is an npm package for consuming Kafka messages efficiently with low latency. The purpose behind creating this package is to allow people with low technical ability to use the Kafka solution.
npm install bit-kafka
const {getStream} = require('bit-kafka');
getStream("<username>", "<password>", "<topic>", "<groupName>");
<username> & <password>: The credentials to access the Kafka stream. To get your credentials contact - sales@bitquery.io
<topic>: The topic name of the Kafka message that the user wants to subscribe.
<groupName>: Distinction for when multiple streams are accessed from one cluster(when one set of <username> and <password> are used).
Contributions are welcome! Feel free to submit issues and pull requests here.
ISC License © 2025 bit-kafka
FAQs
A wrapper package to use Kafka solution from Bitquery without writing complex code
We found that bit-kafka demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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.