kafkajs-stream
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.3](https://github.com/kambing86/kafkajs-stream/compare/v0.0.2...v0.0.3) (2019-12-13) | ||
### Bug Fixes | ||
* peerDependencies ([1ebb9bc](https://github.com/kambing86/kafkajs-stream/commit/1ebb9bc8195cd32701482ec9d8e6324eab1f59bb)) | ||
### [0.0.2](https://github.com/kambing86/kafkajs-stream/compare/v0.0.1...v0.0.2) (2019-12-13) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "kafkajs-stream", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Stream for kafkajs", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"kafka": "^1.11.0" | ||
"kafkajs": "^1.11.0" | ||
}, | ||
@@ -36,3 +36,6 @@ "devDependencies": { | ||
"typescript": "^3.7.3" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
] | ||
} |
@@ -5,2 +5,14 @@ # Stream for Kafka.js in Node.js | ||
## How to use | ||
```sh | ||
yarn add kafkajs-stream | ||
``` | ||
```sh | ||
npm install kafkajs-stream | ||
``` | ||
## Example | ||
```ts | ||
@@ -7,0 +19,0 @@ import fs from "fs"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78
14278
12
176