Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

no-kafka

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

no-kafka - npm Package Compare versions

Comparing version 3.2.2 to 3.2.3

2

lib/group_consumer.js

@@ -194,3 +194,3 @@ 'use strict';

})
.catch(errors.NoKafkaConnectionError, { code: 'UnknownMemberId' }, { code: 'NotCoordinatorForGroup' }, function (err) {
.catch(function (err) {
self.client.error('Full rejoin attempt failed:', err);

@@ -197,0 +197,0 @@ return Promise.delay(1000).then(_tryFullRejoin);

@@ -9,3 +9,3 @@ {

},
"version": "3.2.2",
"version": "3.2.3",
"main": "./lib/index.js",

@@ -12,0 +12,0 @@ "types": "./types/index.d.ts",

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