Socket
Socket
Sign inDemoInstall

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 0.1.4 to 0.1.5

3

index.js

@@ -33,3 +33,4 @@ var events = require('events');

element = element || { value:value };
element.value = value
element.next = null;

@@ -36,0 +37,0 @@ element.prev = this.head;

{ "name" : "lru",
"description" : "A simple O(1) LRU cache",
"version" : "0.1.4",
"version" : "0.1.5",
"author" : "Chris O'Hara <cohara87@gmail.com>",

@@ -5,0 +5,0 @@ "main" : "index",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc