🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@wireapp/lru-cache

Package Overview
Dependencies
Maintainers
5
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wireapp/lru-cache

Least Recently Used (LRU) Cache for JavaScript and TypeScript.

3.8.1
latest
Source
npm
Version published
Weekly downloads
142
-67.95%
Maintainers
5
Weekly downloads
 
Created
Source

Wire

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

You can find the published source code at github.com/wireapp.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

LRUCache

Installation

yarn add @wireapp/lru-cache

Usage

import {LRUCache} from '@wireapp/lru-cache';

const cache = new LRUCache();
cache.set('Key', 'Value');

FAQs

Package last updated on 10 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts