
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
bitquery-kafka
Advanced tools
A wrapper package to use Kafka solution from Bitquery without writing complex code
bitquery-kafka is an npm package for consuming Kafka messages from Bitquery. Bitquery is an onchain data provider firm that provides blockchain data solutions in the form of GraphQL APIs, Websocket and Kafka streams. The Kafka streams is useful when having low latency is of the utmost importance. The purpose of this package is to streamline the development process without worrying about setting up Kafka stream.
npm install bitquery-kafka
const {getStream} = require('bitquery-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).
To read more about Bitquery Kafka solutions checkout their official documentation.
Contributions are welcome! Feel free to submit issues and pull requests here.
ISC License © 2025 bitquery-kafka
FAQs
A wrapper package to use Kafka solution from Bitquery without writing complex code
We found that bitquery-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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

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