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

kafkajs-stream

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kafkajs-stream - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.0.5](https://github.com/kambing86/kafkajs-stream/compare/v0.0.4...v0.0.5) (2019-12-16)
### Bug Fixes
* add consumer.crash error handling ([bd62a02](https://github.com/kambing86/kafkajs-stream/commit/bd62a02c491ffa071700ba4261b6ba18dd4a892a))
### [0.0.4](https://github.com/kambing86/kafkajs-stream/compare/v0.0.3...v0.0.4) (2019-12-13)

@@ -7,0 +14,0 @@

3

dist/ConsumerStream.js

@@ -29,2 +29,5 @@ "use strict";

yield this.consumer.subscribe(this.topic);
this.consumer.on("consumer.crash", err => {
this.destroy(err);
});
}

@@ -31,0 +34,0 @@ if (!this.started) {

2

package.json
{
"name": "kafkajs-stream",
"version": "0.0.4",
"version": "0.0.5",
"description": "Stream for kafkajs",

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

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