kafka-node
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -353,3 +353,3 @@ 'use strict'; | ||
.string(message.value).make(); | ||
var crc = crc32.unsigned(m); | ||
var crc = crc32.signed(m); | ||
return new Buffermaker() | ||
@@ -356,0 +356,0 @@ .Int32BE(crc) |
{ | ||
"name": "kafka-node", | ||
"description": "node client for Apache kafka, only support kafka 0.8 and above", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "kafka.js", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
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
73095