hypercore
Advanced tools
Comparing version 11.0.8 to 11.0.9
@@ -206,3 +206,4 @@ const BigSparseArray = require('big-sparse-array') | ||
const last = Math.min(end, BITS_PER_PAGE) | ||
const offset = p.index * BITS_PER_PAGE | ||
const last = Math.min(end - offset, BITS_PER_PAGE) | ||
const range = last - j | ||
@@ -214,3 +215,3 @@ | ||
i++ | ||
end -= range | ||
start += range | ||
} | ||
@@ -217,0 +218,0 @@ } |
{ | ||
"name": "hypercore", | ||
"version": "11.0.8", | ||
"version": "11.0.9", | ||
"description": "Hypercore is a secure, distributed append-only log", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
284301
8064