node-quick-lru 6.1.1-4 source package in Ubuntu

Changelog

node-quick-lru (6.1.1-4) unstable; urgency=medium

  * Team upload
  * Allow __proto__ calls to workaround ava issue

 -- Yadd <email address hidden>  Thu, 01 Dec 2022 12:33:30 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-quick-lru_6.1.1-4.dsc 2.0 KiB 5b6f68e705c74e2b9a92ba5d9a3f5c9d78ff856575159fd0c1859c9e0808fe1c
node-quick-lru_6.1.1.orig.tar.gz 8.3 KiB 03ef6bdf5792d7f5ebb1542a27a946cbe9a733d4798ff4bbb5e175da4416b8eb
node-quick-lru_6.1.1-4.debian.tar.xz 3.0 KiB feca86fcc8d922e2d8dcd04ee7ec508df9db2b4abef95e8d4668295882c6bb65

Available diffs

No changes file available.

Binary packages built by this source

node-quick-lru: Simple "Least Recently Used" (LRU) cache

 Useful when you need to cache something and limit memory usage.
 Inspired by the hashlru algorithm, but instead uses Map to support
 keys of any type, not just strings, and values can be undefined.
 .
 Node.js is an event-based server-side JavaScript engine.