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.1 to 3.0.2

2

lib/index.js

@@ -7,2 +7,4 @@ import assert from 'assert';

super(options);
assert(!('maxAge' in options), 'Please use "ttl" instead of "maxAge"');
assert('max' in options, 'Please add a "max" value');
this.cacheNull = cacheNull;

@@ -9,0 +11,0 @@ }

2

package.json
{
"name": "lru-cache-ext",
"type": "module",
"version": "3.0.1",
"version": "3.0.2",
"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