Socket
Socket
Sign inDemoInstall

lru-cache-ext

Package Overview
Dependencies
1
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

6

lib/index.js

@@ -18,7 +18,7 @@ import assert from 'assert';

if (r === null && this.cacheNull !== true) {
this.del(key);
this.delete(key);
}
return r;
} catch (error) {
this.del(key);
this.delete(key);
throw error;

@@ -37,3 +37,3 @@ }

if (r === null && this.cacheNull !== true) {
this.del(key);
this.delete(key);
}

@@ -40,0 +40,0 @@ return r;

{
"name": "lru-cache-ext",
"type": "module",
"version": "3.0.0",
"version": "3.0.1",
"description": "Thin wrapper around lru-cache with extended functionality.",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc