hypercore
Advanced tools
Comparing version 10.37.8 to 10.37.9
@@ -1354,2 +1354,3 @@ const flat = require('flat-tree') | ||
if (block) { | ||
if (pNode === null) throw INVALID_OPERATION('Invalid block request') | ||
result.block = { | ||
@@ -1361,2 +1362,3 @@ index: block.index, | ||
} else if (hash) { | ||
if (pNode === null) throw INVALID_OPERATION('Invalid hash request') | ||
result.hash = { | ||
@@ -1363,0 +1365,0 @@ index: hash.index, |
{ | ||
"name": "hypercore", | ||
"version": "10.37.8", | ||
"version": "10.37.9", | ||
"description": "Hypercore is a secure, distributed append-only log", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
276064
7738