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.0 to 0.4.1

2

kafkaManager/kafkaConsumer.js

@@ -92,3 +92,3 @@ const logger = new (require("node-red-contrib-logger"))("Kafka Consumer");

})
node.error('on offsetOutOfRange ' + e)
node.error('on offsetOutOfRange ' + ex)
node.status({

@@ -95,0 +95,0 @@ fill: 'red',

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

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

"scripts": {
"test": "mocha \"test/**/*.js\"",
"test": "mocha \"test/**/*.js\"",
"lint": "eslint --ext .js kafkaManager",

@@ -24,0 +24,0 @@ "lint-fix": "eslint --fix --ext .js kafkaManager"

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