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

guarded-array is a tiny Node.js utility that wraps a normal JavaScript array with a proxy‑like view that checks every index access against specified lower‑ and upper‑bounds. It throws an exception on out‑of‑bounds reads or writes (and blocks length changes), making it useful for developers and testers who need to catch off‑by‑one errors during debugging.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

mikolalysenko's profile
mikolalysenko
2 contributions

Recent events

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

No events yet
mikolalysenko

mikolalysenko/guarded-array

Bounds checked array

JavaScript
2
1
MIT License