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

Dynamic-dedupe is a Node.js library that deduplicates module loading, ensuring that multiple `require()` calls for the same module return the same instance, even when dependencies are linked via `npm link` or `ln -s`. It is designed for developers working on complex Node.js applications with linked dependencies, where maintaining a single instance of shared modules (e.g., Handlebars) is critical.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of thlorenz/dynamic-dedupe

Account's avatar
Raynos/xtend
extend like a boss
Account's avatar
isaacs/nave
Virtual Environments for Node

Support the repos that depend on this repository

Top contributors

thlorenz's profile
thlorenz
10 contributions
ajcrites's profile
ajcrites
1 contributions

Recent events

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

No events yet
thlorenz

thlorenz/dynamic-dedupe

Dedupes node modules as they are being required which works even when dependencies are linked via ln -s or npm link.

JavaScript
11
3
MIT License