Socket
Socket
Sign inDemoInstall

lru-cache

Package Overview
Dependencies
0
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.1 to 2.5.2

4

package.json
{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
"version": "2.5.1",
"version": "2.5.2",
"author": "Isaac Z. Schlueter <i@izs.me>",

@@ -12,3 +12,3 @@ "scripts": {

"devDependencies": {
"tap": "",
"tap": "^0.7.1",
"weak": ""

@@ -15,0 +15,0 @@ },

@@ -218,3 +218,3 @@ var test = require("tap").test

t.notOk(cache.get("a"))
}, 60)
}, 60 + 25)

@@ -221,0 +221,0 @@ setTimeout(function () {

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