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

quintoandar-kafka

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quintoandar-kafka - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "quintoandar-kafka",
"version": "0.0.8",
"version": "0.0.9",
"description": "Default Kafka NodeJS lib for QuintoAndar",

@@ -5,0 +5,0 @@ "main": "src/main.js",

@@ -18,2 +18,3 @@ const kafka = require('kafka-node');

_.defaults(this.configs, { fetchMaxBytes: 1024 * 1024 });
_.defaults(this.configs, { updateMetadata: 90 * 1000 });
}

@@ -48,3 +49,3 @@

});
setInterval(this.refreshMetadata.bind(this), this.sessionTimeout + 30000);
setInterval(this.refreshMetadata.bind(this), this.updateMetadata);
logger.info('ConsumerGroupStream started');

@@ -51,0 +52,0 @@ }

@@ -71,3 +71,4 @@ jest.mock('kafka-node');

outOfRangeOffset: 'latest',
fetchMaxBytes: 1024 * 1024
fetchMaxBytes: 1024 * 1024,
updateMetadata: 90000
};

@@ -74,0 +75,0 @@

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