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.5.0 to 0.5.1

.github/FUNDING.yml

20

kafkaManager/kafkaBroker.js

@@ -366,15 +366,15 @@ const logger = new (require("node-red-contrib-logger"))("Kafka Broker");

node.runtimeTimer = setInterval(function () {
try {
testHosts.apply(node, [node])
} catch (e) {
node.send('runtimeTimer ' + e.message)
}
},
node.checkInterval * 1000
try {
testHosts.apply(node, [node])
} catch (e) {
node.send('runtimeTimer ' + e.message)
}
},
node.checkInterval * 1000
)
this.close = function (removed, done) {
logger.info("close")
node.close = function (removed, done) {
logger.info("close")
node.onCloseStack.forEach(callFunction=>callFunction())
runtimeStop.apply(node)
done()
if(done) done()
}

@@ -381,0 +381,0 @@ }

{
"name": "node-red-contrib-kafka-manager",
"version": "0.5.0",
"version": "0.5.1",
"description": "Node-RED implements Kafka manager with associand associated .",

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

"bl": ">=2.2.1",
"eslint": "^6.8.0",
"eslint": "^8.9.0",
"eslint-config-standard": "^14.1.0",

@@ -19,4 +19,4 @@ "eslint-plugin-import": "^2.22.1",

"eslint-plugin-standard": "^4.0.1",
"mocha": "^8.2.0",
"node-red": "^1.2.2",
"mocha": "^9.2.0",
"node-red": "^2.2.1",
"node-red-node-test-helper": "*"

@@ -23,0 +23,0 @@ },

@@ -31,3 +31,3 @@ # [node-red-contrib-kafka-manager][2]

in settitngs.js
in settings.js

@@ -34,0 +34,0 @@ ![Kafka Broker](documentation/broker.JPG "Kafka Broker")

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