streaming-cache
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -25,3 +25,3 @@ 'use strict'; | ||
var StreamingCache = function (options) { | ||
var StreamingCache = function StreamingCache(options) { | ||
this.cache = LRU(options); | ||
@@ -28,0 +28,0 @@ Object.defineProperty(this, 'length', { |
{ | ||
"name": "streaming-cache", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Cache and replay NodeJS streams", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
307964