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

hashlru

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hashlru - npm Package Compare versions

Comparing version 1.0.3 to 1.0.5

bench.js

15

index.js
module.exports = function (max) {
var size = 0, cache = {}, _cache = {}
var size = 0, cache = Object.create(null), _cache = Object.create(null)

@@ -10,3 +10,3 @@ function update (key, value) {

_cache = cache
cache = {}
cache = Object.create(null)
}

@@ -30,12 +30,1 @@ }

}
{
"name": "hashlru",
"description": "simpler faster substitute for LRU",
"version": "1.0.3",
"version": "1.0.5",
"homepage": "https://github.com/dominictarr/hashlru",

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

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