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 **require‑poisoning** package lets developers tamper with Node’s internal `require.cache` to replace or mock any module at load time. By calling the exported function with a module name and a custom object, you can inject mocks (e.g., swap `react-native` with an alternative implementation) without changing the original code, making it useful for testing, prototyping, or runtime patching in Node.js projects.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of 3rd-eden/require-poisoning

Account's avatar
bigpipe/assume
Expect-like assertions that works seamlessly in node and browsers
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

3rd-Eden's profile
3rd-Eden
2 contributions

Recent events

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

No events yet
3rd-eden

3rd-eden/require-poisoning

Cache-Poisoning applied to Node.js require statements so you inject your own modules

JavaScript
3
0
MIT License