Socket
Socket
Sign inDemoInstall

lru-cache

Package Overview
Dependencies
0
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

4

lib/lru-cache.js

@@ -175,3 +175,5 @@ ;(function () { // closure for web browsers

// lru has been deleted, hop up to the next hit.
lru = Object.keys(lruList)[0]
for (var key in lruList) {
return key
}
}

@@ -178,0 +180,0 @@

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

@@ -6,0 +6,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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