Socket
Socket
Sign inDemoInstall

node-red-contrib-kafka-manager

Package Overview
Dependencies
92
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.4.2

1

kafkaManager/kafkaBroker.js

@@ -324,2 +324,3 @@ const logger = new (require("node-red-contrib-logger"))("Kafka Broker");

setState: setState,
closeNode: closeNode,
stateUp: [],

@@ -326,0 +327,0 @@ stateDown: [],

10

package.json
{
"name": "node-red-contrib-kafka-manager",
"version": "0.4.1",
"version": "0.4.2",
"description": "Node-RED implements Kafka manager with associand associated .",

@@ -10,10 +10,12 @@ "dependencies": {

"devDependencies": {
"bcrypt": ">=5.0.0",
"bl": ">=2.2.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^8.1.1",
"node-red": "^1.1.3",
"mocha": "^8.2.0",
"node-red": "^1.2.2",
"node-red-node-test-helper": "*"

@@ -20,0 +22,0 @@ },

@@ -136,2 +136,4 @@ # [node-red-contrib-kafka-manager][2]

0.4.1 minor fixes
0.4.0 Add commit and rollback with ability to close and start consumer.

@@ -169,5 +171,2 @@

0.0.2 Add in High level producer.
Make connection more robust on kafka up/down due to bugs and problem points in in [kafka-node][4]
0.0.1 base

@@ -174,0 +173,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc