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 fritzy/level-atomichooks

Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
andyet/padlock
Padlock works to prevent unexpected code execution when dealing with asynchronous callbacks without blocking. Call a function with lock to execute it as soon as a lock can be attained, and unlock it a
Account's avatar
dominictarr/through
simplified stream construction
Account's avatar
maxogden/concat-stream
writable stream that concatenates strings or binary data and calls a callback with the result
Account's avatar
broofa/node-uuid
Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
Account's avatar
fritzy/node-levelout
Fast & simple storage - a Node.js-style LevelDB wrapper
Account's avatar
caolan/nodeunit
Easy unit testing for node.js and the browser.

Support the repos that depend on this repository

Top contributors

fritzy's profile
fritzy
13 contributions

Recent events

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

No events yet
fritzy

fritzy/level-atomichooks

Extensions hooks for levelup.

JavaScript
2
0
MIT License

Level‑AtomicHooks is a plug‑in for the **levelup** key‑value store that lets developers attach custom hooks to every core database operation (gets, puts, deletes, etc.). By intercepting these calls—synchronously or asynchronously—it enables atomic extensions such as validation, logging, or side‑effects without altering the underlying LevelDB implementation, making it useful for Node.js developers who need fine‑grained, composable control over LevelDB interactions.