Comparing version 0.0.2 to 0.0.3
0.0.3 / 2019-08-11 | ||
================== | ||
* fix returning empty buffer for out of range index | ||
0.0.2 / 2019-08-11 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -53,3 +53,3 @@ const { waterfall } = require('async'); | ||
// invalid index | ||
return; | ||
return Buffer.alloc(vlen); | ||
} | ||
@@ -56,0 +56,0 @@ return Buffer.from(data.buffer, sourceStart, vlen); |
{ | ||
"name": "bromba", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Fast wasteful short buffer disk storage.", | ||
@@ -5,0 +5,0 @@ "author": { |
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
6494