memory-blob-store
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -58,2 +58,6 @@ const stream = require('stream'); | ||
function _writeToReaders(key, buffer) { | ||
if(!this.readers[key]) { | ||
return null; | ||
} | ||
for (let i = 0; i < this.readers[key].length; i += 1) { | ||
@@ -60,0 +64,0 @@ this.readers[key][i].push(buffer); |
{ | ||
"name": "memory-blob-store", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "An in-memory blob store", | ||
@@ -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
89420
150