ljharb/side-channel-list
Last release: 1 month ago
side-channel-list is a JavaScript utility for storing information about any JS value in a “side channel” backed by a linked list. It lets you set, get, check, assert, and delete entries by key, but it warns that entries will leak memory until you delete the key.
Project status
- The repository appears actively maintained, with recent tagged updates including v1.0.1 on 2026-04-08, after an earlier tagged update in 2024-12-10.
- The apparent update cadence is roughly every 3 to 4 months, based on the two observed version tags (v1.0.0 in late 2024, then v1.0.1 in mid 2026).
AI summary generated Today
Recent updates
v1.0.1
1 month agov1.0.1 updates the side-channel list implementation and test coverage around deletion behavior. The main code change fixes a bug in `delete` so removing the head node from a multi-node list no longer incorrectly empties the entire list.
v1.0.0
12/10/2024This release is tagged v1.0.0, but the publisher did not provide any release notes or change log details. As a result, there is no documented information here about new features, breaking changes, bug fixes, security updates, or migrations.