New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8 to 3.2.9

2

lib/base_consumer.js

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

self.client.warn('Updating offset because of OffsetOutOfRange error for', topic + ':' + partition);
return self.client.getPartitionOffset(s.leader, topic, partition, null, self.options.recoveryOffset).then(function (offset) {
return self.client.getPartitionOffset(s.leader, topic, partition, self.options.recoveryOffset).then(function (offset) {
s.offset = offset;

@@ -98,0 +98,0 @@ });

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

},
"version": "3.2.8",
"version": "3.2.9",
"main": "./lib/index.js",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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