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 tannerntannern/micro-observer

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
ChadKillingsworth/closure-compiler-npm
Check, compile, optimize and compress Javascript with Closure-Compiler
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
adamreisnz/replace-in-file
A simple utility to quickly replace text in one or more files.
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

tannerntannern's profile
tannerntannern
57 contributions

Recent events

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

No events yet
tannerntannern

tannerntannern/micro-observer

Utilizes ES6 Proxies to easily observe and validate changes on nested objects.

TypeScript
28
7
MIT License

Micro‑Observer is a tiny TypeScript/JavaScript library that creates a deep ES6 Proxy for any nested object, emitting a simple **ChangeReport** each time a property is set, deleted, or a method (e.g., array mutators) is called. Developers can supply a validator function to inspect these reports and accept or reject changes, making it ideal for lightweight state‑tracking, validation, or reactive UI scenarios without pulling in a full‑featured framework.