Back to Explore

ljharb/side-channel-list

GitHub
4 watchersOpen source

Last release:

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 to be maintained but with infrequent updates, with the latest upstream push on 2026-04-08 and the most recent tagged update on 2026-04-08 (about 5 months ago relative to 2026-09-03).
  • Apparent update cadence is irregular: there was a long gap between the v1.0.0 tag on 2024-12-10 and a follow-up v1.0.1 update on 2026-04-08.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v1.0.1

    v1.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

    This 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.