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 griffingj/mutable-proxy

Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
codeclimate/javascript-test-reporter
Code Climate test reporter client for javascript projects
Account's avatar
airbnb/javascript
Airbnb's ESLint config, following our styleguide
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jsx-eslint/eslint-plugin-jsx-a11y
Static AST checker for accessibility rules on JSX elements.
Account's avatar
jsx-eslint/eslint-plugin-react
React specific linting rules for ESLint
Account's avatar
jestjs/jest
Account's avatar
nlf/git-validate
the extensible core of precommit-hook
Account's avatar
hapijs/lab
Test utility

Support the repos that depend on this repository

Top contributors

Griffingj's profile
Griffingj
4 contributions
Treora's profile
Treora
1 contributions

Recent events

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

No events yet
griffingj

griffingj/mutable-proxy

A library for creating mutable proxies

JavaScript
2
1
MIT License

Mutable‑Proxy is a lightweight JavaScript library that lets you create proxies whose underlying target can be changed at runtime. It provides a factory that returns a controller with `setTarget`, `setHandler`, and the proxy itself, enabling seamless swapping of objects, arrays, functions, or class instances while preserving their original prototype behavior. The tool is aimed at developers who need dynamic, mutable proxy objects for testing, state management, or metaprogramming scenarios.