memory-blob-store
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -69,3 +69,3 @@ const stream = require('stream'); | ||
for (let i = 0; this.readers[key].length; i += 1) { | ||
for (let i = 0; i < this.readers[key].length; i += 1) { | ||
this.readers[key][i].push(null); | ||
@@ -72,0 +72,0 @@ } |
{ | ||
"name": "memory-blob-store", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "An in-memory blob store", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
89371