New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kafkajs

Package Overview
Dependencies
Maintainers
2
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kafkajs - npm Package Compare versions

Comparing version 1.11.0-beta.5 to 1.11.0-beta.6

6

package.json
{
"name": "kafkajs",
"version": "1.11.0-beta.5",
"version": "1.11.0-beta.6",
"description": "A modern Apache Kafka client for node.js",

@@ -81,5 +81,5 @@ "author": "Tulio Ornelas <ornelas.tulio@gmail.com>",

"kafkajs": {
"sha": "8feb245268c462ce5a08de1951e0892c076d120f",
"compare": "https://github.com/tulios/kafkajs/compare/v1.10.0...8feb245268c462ce5a08de1951e0892c076d120f"
"sha": "e21c04dd114e5819309f77c1429063813c08cbed",
"compare": "https://github.com/tulios/kafkajs/compare/v1.10.0...e21c04dd114e5819309f77c1429063813c08cbed"
}
}

@@ -148,2 +148,6 @@ const Long = require('long')

const subscribe = async ({ topic, fromBeginning = false }) => {
if (consumerGroup) {
throw new KafkaJSNonRetriableError('Cannot subscribe to topic while consumer is running')
}
if (!topic) {

@@ -150,0 +154,0 @@ throw new KafkaJSNonRetriableError(`Invalid topic ${topic}`)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc