freshy
freshy copied to clipboard
An (admittedly naïve) node module (un|re)loader/refreshener.
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 0.0.8 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...
Bumps [debug](https://github.com/debug-js/debug) from 2.6.8 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @zhuangya for their help! Changelog...
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [eslint](https://github.com/eslint/eslint) and [istanbul](https://github.com/gotwarlost/istanbul). These dependencies need to be updated together. Updates `minimatch` from 0.3.0 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix:...
After updating to Node v10 we are getting an error during startup, seems to be related to loading modules used by the dust helpers, specifically by Adaro which then uses...
Updating dependencies starts running into modules that don't work on pre-arrow-function node versions. Is it time to drop support for iojs/node 0.12/node 0.10?
Would you please tell me what will happen with the unloaded module? In the following image, I expected variable `lodash` will be `undefined` or `null` after the associated module is...