Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

no-kafka

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

no-kafka - npm Package Compare versions

Comparing version 3.4.2 to 3.4.3

5

lib/producer.js

@@ -108,3 +108,6 @@ 'use strict';

failed = _.filter(_data, { topic: p.topic, partition: p.partition });
failed = _.map(failed, function (f) { f.error = p.error; });
failed = _.map(failed, function (f) {
f.error = p.error;
return f;
});
toRetry = toRetry.concat(failed);

@@ -111,0 +114,0 @@ } else {

2

package.json

@@ -9,3 +9,3 @@ {

},
"version": "3.4.2",
"version": "3.4.3",
"main": "./lib/index.js",

@@ -12,0 +12,0 @@ "types": "./types/index.d.ts",

Sorry, the diff of this file is not supported yet

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