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

The **resettable** library provides lightweight utilities for tracking and undo‑ing changes to JavaScript objects. It can generate a JSON‑Patch‑like diff between a modified object and its original state, test whether a given path is safe to modify, and apply the diff to restore the object—using relaxed rules that tolerate missing or reordered array elements. It’s aimed at developers who need a simple way to revert auto‑generated or programmatic configuration files (e.g., `package.json`) without dealing with the full JSON Patch specification.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ozum/resettable

Account's avatar
cujojs/jiff
JSON diff and patch based on rfc6902
Account's avatar
sonnyp/JSON8
JSON Pointer toolkit for JavaScript
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash.get
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash.has
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash.isequal
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash.isplainobject
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash.set

Support the repos that depend on this repository

Top contributors

ozum's profile
ozum
37 contributions

Recent events

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

No events yet
ozum

ozum/resettable

Reset object to its original state using JSON Patch with less strict rules.

TypeScript
0
0
MIT License