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.8 to 0.0.9

7

CHANGELOG.md

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

### [0.0.9](https://github.com/kambing86/kafkajs-stream/compare/v0.0.8...v0.0.9) (2019-12-20)
### Bug Fixes
* export object stream ([b78ad5d](https://github.com/kambing86/kafkajs-stream/commit/b78ad5d7301f75806225d0a4c9fce0ddd7104e6b))
### [0.0.8](https://github.com/kambing86/kafkajs-stream/compare/v0.0.7...v0.0.8) (2019-12-20)

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

2

dist/index.d.ts

@@ -0,2 +1,4 @@

export { ConsumerObjectStream } from './ConsumerObjectStream';
export { ConsumerStream } from './ConsumerStream';
export { ProducerObjectStream } from './ProducerObjectStream';
export { ProducerStream } from './ProducerStream';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ConsumerObjectStream_1 = require("./ConsumerObjectStream");
exports.ConsumerObjectStream = ConsumerObjectStream_1.ConsumerObjectStream;
var ConsumerStream_1 = require("./ConsumerStream");
exports.ConsumerStream = ConsumerStream_1.ConsumerStream;
var ProducerObjectStream_1 = require("./ProducerObjectStream");
exports.ProducerObjectStream = ProducerObjectStream_1.ProducerObjectStream;
var ProducerStream_1 = require("./ProducerStream");
exports.ProducerStream = ProducerStream_1.ProducerStream;
//# sourceMappingURL=index.js.map

@@ -0,2 +1,4 @@

export { ConsumerObjectStream } from './ConsumerObjectStream';
export { ConsumerStream } from './ConsumerStream';
export { ProducerObjectStream } from './ProducerObjectStream';
export { ProducerStream } from './ProducerStream';

@@ -0,3 +1,5 @@

export { ConsumerObjectStream } from './ConsumerObjectStream';
export { ConsumerStream } from './ConsumerStream';
export { ProducerObjectStream } from './ProducerObjectStream';
export { ProducerStream } from './ProducerStream';
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "kafkajs-stream",
"version": "0.0.8",
"version": "0.0.9",
"description": "Stream for kafkajs",

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

Sorry, the diff of this file is not supported yet

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