kafka-node
Advanced tools
Comparing version 0.2.28 to 0.2.29
{ | ||
"name": "kafka-node", | ||
"description": "node client for Apache kafka, only support kafka 0.8 and above", | ||
"version": "0.2.28", | ||
"version": "0.2.29", | ||
"main": "kafka.js", | ||
"dependencies": { | ||
"async": "~0.9.0", | ||
"async": ">0.9 <2.0", | ||
"binary": "~0.3.0", | ||
@@ -12,7 +12,7 @@ "buffer-crc32": "~0.2.5", | ||
"debug": "^2.1.3", | ||
"lodash": "~3.5.0", | ||
"lodash": ">3.0 <4.0", | ||
"node-uuid": "~1.4.3", | ||
"node-zookeeper-client": "~0.2.2", | ||
"retry": "~0.6.1", | ||
"snappy": "^4.0.0" | ||
"snappy": "^4.0.1" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
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
150297
+ Addedasync@1.5.2(transitive)
+ Addedlodash@3.10.1(transitive)
- Removedasync@0.9.2(transitive)
- Removedlodash@3.5.0(transitive)
Updatedasync@>0.9 <2.0
Updatedlodash@>3.0 <4.0
Updatedsnappy@^4.0.1