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

kafka-node

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kafka-node - npm Package Compare versions

Comparing version 0.2.23 to 0.2.24

5

CHANGELOG.md
# kafka-node CHANGELOG
## 2015-03-20, Version 0.2.24
- Bump deps
- Refresh metadata after auto rebalance among brokers #180
- Initialize partition owner with consumerId #178
## 2015-03-17, Version 0.2.23

@@ -4,0 +9,0 @@ - Fix #175: Refresh topic metadata in Producer when broker change

27

package.json
{
"name": "kafka-node",
"description": "node client for Apache kafka, only support kafka 0.8 and above",
"version": "0.2.23",
"version": "0.2.24",
"main": "kafka.js",
"dependencies": {
"async": "0.7.0",
"async": "~0.9.0",
"binary": "~0.3.0",
"buffer-crc32": "~0.2.1",
"buffermaker": "1.2.0",
"debug": "^2.1.1",
"lodash": "~2.2.1",
"node-uuid": "1.4.1",
"node-zookeeper-client": "0.2.0",
"retry": "^0.6.1",
"snappy": "^3.0.4"
"buffer-crc32": "~0.2.5",
"buffermaker": "~1.2.0",
"debug": "^2.1.3",
"lodash": "~3.5.0",
"node-uuid": "~1.4.3",
"node-zookeeper-client": "~0.2.2",
"retry": "~0.6.1",
"snappy": "~3.0.8"
},
"devDependencies": {
"mocha": "^1.18.2",
"should": "~1.2.2",
"line-by-line": "~0.1.1",
"optimist": "~0.6.0"
"mocha": "^2.2.1",
"should": "^5.2.0",
"optimist": "^0.6.1"
},

@@ -24,0 +23,0 @@ "repository": {

@@ -7,4 +7,3 @@ Kafka-node

Kafka-node is a Node.js client with Zookeeper integration for Apache Kafka. It only supports the latest version of Kafka 0.8 which is still under development, so this module
is _not production ready_ so far.
Kafka-node is a Node.js client with Zookeeper integration for Apache Kafka 0.8.1 and later.

@@ -565,3 +564,3 @@ The Zookeeper integration does the following jobs:

# LICENSE - "MIT"
Copyright (c) 2013 Sohu.com
Copyright (c) 2015 Sohu.com

@@ -568,0 +567,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

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