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 kus/patch-module

Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
shouldjs/should.js
test framework agnostic BDD-style assertions

Support the repos that depend on this repository

Top contributors

kus's profile
kus
1 contributions

Recent events

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

No events yet
kus

kus/patch-module

Monkey patch node modules

JavaScript
11
4
MIT License

Patch‑Module is a tiny Node.js library that lets you transparently modify the source code of any installed npm package before it’s required. By supplying simple string/regex replacements (with optional version checks and safety guards), developers can “monkey‑patch” third‑party modules without forking, rebuilding, or losing upstream updates. It’s aimed at Node developers who need quick, reversible customizations to external packages.