Socket
Socket
Sign inDemoInstall

@wireapp/lru-cache

Package Overview
Dependencies
0
Maintainers
5
Versions
203
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @wireapp/lru-cache

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


Version published
Weekly downloads
234
decreased by-15.83%
Maintainers
5
Install size
93.8 kB
Created
Weekly downloads
 

Readme

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

Last updated on 10 Mar 2022

Did you know?

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

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