node-stealthy-require

require function that bypasses the require cache.

Description

This is probably the closest you can currently get to require something in node.js with completely bypassing the require cache.

stealthy-require works like this:

 * It clears the require cache.
 * It calls a callback in which you require your module(s) without the cache
   kicking in.
 * It clears the cache again and restores its old state.

Node.js is an event-based server-side JavaScript engine.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/analog-nico/stealthy-require#readme


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install node-stealthy-require