hyperdrive
Advanced tools
Comparing version 11.1.2 to 11.1.3
@@ -62,3 +62,3 @@ const Hyperbee = require('hyperbee') | ||
get writable () { | ||
return this.core.writable | ||
return this._readonly ? false : this.core.writable | ||
} | ||
@@ -170,3 +170,3 @@ | ||
if (this.db.core.writable && !this.blobs) { | ||
if (this.db.core.writable && !this.blobs && !this._readonly) { | ||
const blobsCore = this.corestore.get({ | ||
@@ -173,0 +173,0 @@ name: 'blobs', |
{ | ||
"name": "hyperdrive", | ||
"version": "11.1.2", | ||
"version": "11.1.3", | ||
"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
35784