Comparing version 0.0.4 to 0.0.5
@@ -163,3 +163,3 @@ /*! | ||
for (var i = 0; i < keys.length; i++) { | ||
result[keys[i]] = values[i][0]; | ||
result[keys[i]] = values[i]; | ||
} | ||
@@ -212,6 +212,8 @@ | ||
p += n*s; | ||
} | ||
} | ||
rv = Array.prototype.concat.apply([], rv) | ||
if(rk.indexOf(undefined) !== -1) { | ||
return Array.prototype.concat.apply([], rv); | ||
return rv; | ||
} else { | ||
@@ -218,0 +220,0 @@ return this._zip(rk, rv); |
{ | ||
"name": "bufferpack", | ||
"description": "Module to pack/unpack primitives and c strings into/out of a Node.js buffer", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"keywords": ["jspack", "buffer", "octet", "primitive", "string"], | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/ryanrolds/bufferpack", |
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
12339
249