Socket
Socket
Sign inDemoInstall

quick-lru

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.1.2

2

index.js

@@ -128,2 +128,4 @@ export default class QuickLRU extends Map {

}
return this;
}

@@ -130,0 +132,0 @@

4

package.json
{
"name": "quick-lru",
"version": "6.1.1",
"version": "6.1.2",
"description": "Simple “Least Recently Used” (LRU) cache",

@@ -20,3 +20,3 @@ "license": "MIT",

"//test": "xo && nyc ava && tsd",
"test": "xo && ava && tsd"
"test": "xo && ava"
},

@@ -23,0 +23,0 @@ "files": [

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