Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tiny-lru

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-lru - npm Package Compare versions

Comparing version 1.4.6 to 1.4.7

4

lib/tiny-lru.es6.js

@@ -8,3 +8,3 @@ /**

* @link https://github.com/avoidwork/tiny-lru
* @version 1.4.6
* @version 1.4.7
*/

@@ -153,3 +153,3 @@ "use strict";

if (this.has(this.first)) {
if (this.first) {
this.cache[this.first].next = key;

@@ -156,0 +156,0 @@ }

@@ -8,3 +8,3 @@ /**

* @link https://github.com/avoidwork/tiny-lru
* @version 1.4.6
* @version 1.4.7
*/

@@ -178,3 +178,3 @@ "use strict";

if (this.has(this.first)) {
if (this.first) {
this.cache[this.first].next = key;

@@ -181,0 +181,0 @@ }

{
"name": "tiny-lru",
"description": "Tiny LRU cache for Client or Server",
"version": "1.4.6",
"version": "1.4.7",
"homepage": "https://github.com/avoidwork/tiny-lru",

@@ -6,0 +6,0 @@ "author": "Jason Mulligan <jason.mulligan@avoidwork.com>",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc