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
6
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.2.4 to 0.2.5

2

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

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

@@ -47,6 +47,3 @@ const kafka = require('kafka-node');

}).catch((err) => {
logger.error(
'The following message was not committed:', msg,
'Consumer error on handleMessageFn:', err
);
logger.error('Message not committed. Consumer error on handleMessageFn:', err);
});

@@ -53,0 +50,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