Review: node-pixl-cache 1.1.1-1
Package Information
| Description | simple but fast LRU cache module for Node.js pixl-cache is a very simple LRU (Least Recently Used) cache module for Node.js. It works like a hash map with set() and get() methods, but when it detects an overflow (configurable by total keys or total bytes) it automatically expunges the least recently accessed objects from the cache. It is fast, stable, and has no dependencies. Internally the cache is implemented as a combination of a hash map and a double-linked list. When items are accessed (added, replaced or fetched) they are promoted to the front of the linked list. When the max size (keys or bytes) is exceeded, items are dropped from the back of the list. Items can also have an optional max age (i.e. expiration date). Features: - Simple and straightforward API - Fast and stable - Low memory overhead - Predictable results on overflow - Can expire based on key count or byte count - Optional expiration date for items - Event listener for ejecting expired items - Can store custom metadata along with cache objects - No dependencies Node.js is an event-based server-side JavaScript engine. |
|---|---|
| Maintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
| Changed By | Joseph Nahmias <jello@debian.org> |
| Sponsor | jello@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/js-team/node-pixl-cache.git (browse) |
| Closes | #1138078 |
| Tracker | https://tracker.debian.org/pkg/node-pixl-cache |
| Uploaded | 2 months, 10 days ago |
New Package Report
.changes
| Source | node-pixl-cache |
|---|---|
| Version | 1.1.1-1 |
| Changed-By | Joseph Nahmias |
| Architecture | source all |
| Distribution | unstable |
| Date | Wed, 27 May 2026 23:42:01 -0400 |
Changelog
node-pixl-cache (1.1.1-1) unstable; urgency=medium . * Initial release (Closes: #1138078)
.dsc
| Section | javascript |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | node-pixl-cache deb javascript optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pixl-cache Upstream-Contact: https://github.com/jhuckaby/pixl-cache/issues Source: https://github.com/jhuckaby/pixl-cache Files: * Copyright: 2019 - 2025, Joseph Huckaby <jhuckaby@gmail.com> License: Expat Files: debian/* Copyright: 2026, Joseph Nahmias <jello@debian.org> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Review Information
accepted — allocated to eamanu 2 months, 10 days ago, started 2 months, 10 days ago, completed 2 months, 9 days ago.
Final Comment
Public Notes
licensecheck
Command: licensecheck -r --deb-machine .
Exit code: 0
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck
Files: ./.npmignore
./debian/changelog
./debian/control
./debian/gbp.conf
./debian/nodejs/extlinks
./debian/rules
./debian/salsa-ci.yml
./debian/source/format
./debian/tests/pkg-js/test
./debian/upstream/metadata
./debian/watch
./test.js
Copyright: NONE
License: UNKNOWN
FIXME
Files: ./package.json
Copyright: NONE
License: Expat
FIXME
Files: ./debian/copyright
Copyright: 2019-2025, Joseph Huckaby <jhuckaby@gmail.com>
2026, Joseph Nahmias <jello@debian.org>
License: Expat
FIXME
Files: ./README.md
Copyright: 2019-2025, Joseph Huckaby.
License: Expat
FIXME
Files: ./cache.js
Copyright: 2019-2025, Joseph Huckaby. MIT License.
License: UNKNOWN
FIXME
debian/copyright check
Command: cme check dpkg-copyright
Exit code: 0
(no output)
licenserecon
Command: licenserecon
Exit code: 0
en: Versions: licenserecon '17.0' licensecheck '3.3.9-1'
Parsing Source Tree ....
Reading d/copyright ....
Running licensecheck ....
No significant differences found
Look for SPDX
Command: grep -r -B1 'SPDX-'
Exit code: 1
(no output)
Lintian
Command: lintian -i -I -v --pedantic
Exit code: 1
Skipping ../node-pixl-cache_1.1.1-1_amd64.changes: ../node-pixl-cache_1.1.1-1_all.deb does not exist, exiting
No packages selected.
duck
Command: duck
Exit code: 0
(no output)
look for copyright
Command: egrep -R -i copyright
Exit code: 0
debian/copyright:Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
debian/copyright:Copyright: 2019 - 2025, Joseph Huckaby <jhuckaby@gmail.com>
debian/copyright:Copyright: 2026, Joseph Nahmias <jello@debian.org>
debian/copyright: The above copyright notice and this permission notice shall be
debian/copyright: NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
README.md:*Copyright (c) 2019 - 2025 Joseph Huckaby.*
README.md:The above copyright notice and this permission notice shall be included in
README.md:AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
cache.js:// Copyright (c) 2019 - 2025 Joseph Huckaby. MIT License.
look for license
Command: egrep -R -i license
Exit code: 0
debian/copyright:License: Expat
debian/copyright:License: Expat
debian/copyright:License: Expat
debian/copyright: publish, distribute, sublicense, and/or sell copies of the Software,
README.md:- [License](#license)
README.md:# License
README.md:**The MIT License (MIT)**
README.md:to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
package.json: "license": "MIT",
cache.js:// Copyright (c) 2019 - 2025 Joseph Huckaby. MIT License.