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

node-red-contrib-kafka-client

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-kafka-client - npm Package Compare versions

Comparing version

to
0.0.7

5

js/kafka-consumer.js

@@ -17,3 +17,5 @@ module.exports = function(RED) {

options.outOfRangeOffset = config.outOfRangeOffset;
options.fetchMinBytes = config.minbytes || 1;
options.fetchMaxBytes = config.maxbytes || 1048576;
node.consumerGroup = new kafka.ConsumerGroup(options, topic);

@@ -30,3 +32,2 @@

node.error(err);
init();
}

@@ -33,0 +34,0 @@

2

package.json
{
"name": "node-red-contrib-kafka-client",
"version": "0.0.6",
"version": "0.0.7",
"description": "Node-RED Kafka Consumer and Producer",

@@ -5,0 +5,0 @@ "node-red": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet