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

`object-access` is a lightweight Node.js utility that lets you read, write, and delete deeply‑nested properties using dot‑notation strings or key arrays. It works as a safe alternative to the null‑propagation operator, automatically creating missing objects (or optionally forcing overwrites) and throwing helpful errors when trying to set a property on a non‑object value. Ideal for developers who need concise, reliable hierarchical object manipulation in JavaScript/Node projects.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of kaelzhang/node-object-access

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
pvorb/node-clone
deep cloning of objects and arrays
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
kaelzhang/node-run-mocha-cases
Run an array list of similar mocha cases, making your test cases more readable and maintainable.

Support the repos that depend on this repository

Top contributors

kaelzhang's profile
kaelzhang
13 contributions
alfasin's profile
alfasin
1 contributions

Recent events

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

No events yet
kaelzhang

kaelzhang/node-object-access

Access(read and write) an object hierachically.

JavaScript
2
2
Other