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

fresh‑require is a tiny utility that lets you load a module while deliberately bypassing Node’s (or Browserify’s) `require` cache, ensuring you get a fresh instance each time. It works in both server‑side Node environments and client‑side bundles built with Browserify, making it useful for developers who need to reload modules on the fly (e.g., during testing, hot‑reloading, or when mutable singletons must be reset).

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of hughsk/fresh-require

Account's avatar
acornjs/acorn
ECMAScript parser
Account's avatar
substack/astw
walk the ast with references to parent nodes
Account's avatar
estools/escodegen
ECMAScript code generator
Account's avatar
hughsk/is-require
Tests whether an JavaScript AST node is likely to be a valid `require` call.
Account's avatar
substack/shallow-copy
make a shallow copy of an object or array
Account's avatar
hughsk/sleuth
Discover the variable names chosen for each of a file's top-level required modules
Account's avatar
rvagg/through2
A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
hughsk/smokestack
Pipe your JavaScript into a browser, logging console output in Node
Account's avatar
scottcorgan/tap-spec
Formatted TAP output like Mocha's spec reporter
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

hughsk's profile
hughsk
7 contributions

Recent events

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

No events yet
hughsk

hughsk/fresh-require

Bypass the require cache when requiring a module – works with both node and browserify

JavaScript
22
3
Other