hyperdrive
Advanced tools
Comparing version 11.4.0 to 11.5.0
@@ -194,7 +194,7 @@ const Hyperbee = require('hyperbee') | ||
async get (name) { | ||
const node = await this.entry(name) | ||
async get (name, opts) { | ||
const node = await this.entry(name, opts) | ||
if (!node?.value.blob) return null | ||
await this.getBlobs() | ||
return this.blobs.get(node.value.blob) | ||
return this.blobs.get(node.value.blob, opts) | ||
} | ||
@@ -201,0 +201,0 @@ |
{ | ||
"name": "hyperdrive", | ||
"version": "11.4.0", | ||
"version": "11.5.0", | ||
"description": "Hyperdrive is a secure, real-time distributed file system", | ||
@@ -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
36238