Socket
Socket
Sign inDemoInstall

tiny-lru

Package Overview
Dependencies
0
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

4

lib/tiny-lru.es6.js

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

* @link https://github.com/avoidwork/tiny-lru
* @version 1.3.1
* @version 1.3.2
*/

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

Object.keys(obj).forEach(i => {
this.cache[i] = obj[i];
this[i] = obj[i];
});

@@ -33,0 +33,0 @@ };

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

* @link https://github.com/avoidwork/tiny-lru
* @version 1.3.1
* @version 1.3.2
*/

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

Object.keys(obj).forEach(function (i) {
_this.cache[i] = obj[i];
_this[i] = obj[i];
});

@@ -42,0 +42,0 @@ };

{
"name": "tiny-lru",
"description": "Tiny LRU cache for Client or Server",
"version": "1.3.1",
"version": "1.3.2",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc