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 pinpoint-apm/shimmer

Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

othiym23's profile
othiym23
12 contributions
kjin's profile
kjin
3 contributions
watson's profile
watson
3 contributions
feelform's profile
feelform
2 contributions
bmacnaughton's profile
bmacnaughton
1 contributions
tjmehta's profile
tjmehta
1 contributions

Recent events

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

No events yet
pinpoint-apm

pinpoint-apm/shimmer

JavaScript
0
1
BSD 2-Clause "Simplified" License

`shimmer` is a lightweight Node‑.js utility for safely monkey‑patching (wrapping) functions on modules, objects, or prototypes. It provides `wrap`, `massWrap`, `unwrap` and `massUnwrap` helpers that prevent duplicate patches, mark wrapped functions with a Symbol, and log errors instead of throwing—making it useful for developers who need to inject instrumentation or custom behavior (e.g., APM agents) into existing code without permanently altering the original implementations.