Comparing version 2.7.2 to 2.7.3
@@ -919,2 +919,3 @@ const codecs = require('codecs') | ||
} catch (err) { | ||
if (this.closed) return { value: undefined, done: true } | ||
await this.destroy() | ||
@@ -921,0 +922,0 @@ throw err |
{ | ||
"name": "hyperbee", | ||
"version": "2.7.2", | ||
"version": "2.7.3", | ||
"description": "An append-only B-tree running on a Hypercore.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
82938
2329