New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

ttl-mem-cache

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ttl-mem-cache - npm Package Compare versions

Comparing version

to
1.5.0

@@ -16,3 +16,5 @@ 'use strict';

this.on('set', (obj) => {
this.push(obj);
if (this._readableState.flowing) {
this.push(obj);
}
});

@@ -19,0 +21,0 @@ }

{
"name": "ttl-mem-cache",
"version": "1.4.0",
"version": "1.5.0",
"description": "A in memory time to live cache with streaming support.",

@@ -31,4 +31,4 @@ "main": "lib/cache.js",

"devDependencies": {
"eslint": "4.7.1",
"eslint-config-airbnb-base": "12.0.0",
"eslint": "4.7.2",
"eslint-config-airbnb-base": "12.0.1",
"eslint-plugin-import": "2.7.0",

@@ -35,0 +35,0 @@ "benchmark": "2.1.4",