Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ljharb/side-channel-list

Account's avatar
ljharb/es-errors
A simple cache for a few of the JS Error constructors.
Account's avatar
inspect-js/object-inspect
string representations of objects in node and the browser
Account's avatar
arethetypeswrong/arethetypeswronghub.io.git
A CLI tool for arethetypeswrong.github.io
Account's avatar
ljharb/eslint-config
My shareable eslint config
Account's avatar
ljharb/tsconfig
My personal tsconfig(s), so my open source projects can share them.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for object-inspect
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for tape
Account's avatar
CookPete/auto-changelog
Command line tool for generating a changelog from git tags and commit history
Account's avatar
jedmao/eclint
Validate or fix code that doesn't adhere to EditorConfig settings or infer settings from existing code.
Account's avatar
andris9/encoding
Convert encodings, uses iconv-lite
Account's avatar
reggi/evalmd
Evaluates javascript code blocks from markdown files.
Account's avatar
iarna/in-publish
Detect if we were run as a result of `npm publish`
Account's avatar
ljharb/npmignore
Command line tool for creating or updating a .npmignore file based on .gitignore.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
ljharb/safe-publish-latest
Ensure that when you `npm publish`, the "latest" tag is only set for the truly latest version.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

ljharb's profile
ljharb
10 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
ljharb

ljharb/side-channel-list

Store information about any JS value in a side channel, using a linked list.

JavaScript
3
2
MIT License

side‑channel‑list is a tiny Node.js library that lets you attach arbitrary data to any JavaScript value without modifying the value itself, by storing that data in a linked‑list side channel. It provides a simple API (`set`, `get`, `has`, `assert`, `delete`) for managing these hidden associations and is intended for developers who need to keep metadata or caches linked to objects while avoiding property pollution, especially in low‑level or library code.