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.5 to 0.0.6

module/ConsumerStream.d.ts

7

CHANGELOG.md

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

### [0.0.6](https://github.com/kambing86/kafkajs-stream/compare/v0.0.5...v0.0.6) (2019-12-16)
### Bug Fixes
* add module support ([a524874](https://github.com/kambing86/kafkajs-stream/commit/a524874e8fefdb401fc6702e06614b062fc19043))
### [0.0.5](https://github.com/kambing86/kafkajs-stream/compare/v0.0.4...v0.0.5) (2019-12-16)

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

12

package.json
{
"name": "kafkajs-stream",
"version": "0.0.5",
"version": "0.0.6",
"description": "Stream for kafkajs",
"main": "dist/index.js",
"module": "module/index.js",
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc --declaration",
"build:strict": "yarn build --noImplicitAny",
"prebuild": "rm -rf dist && rm -rf module",
"build": "tsc --declaration && tsc --declaration -p tsconfig-module.json",
"build:strict": "tsc --declaration --noImplicitAny && tsc --declaration -p tsconfig-module.json --noImplicitAny",
"release": "standard-version"

@@ -37,4 +38,5 @@ },

"files": [
"dist"
"dist",
"module"
]
}
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