node-temp
node-temp copied to clipboard
Temporary File, Directory, and Stream support for Node.js
Hello, The current release of node-temp uses rimraf 2.6.3, which depends on Glob, which depends on Inflight, which has a security issue: CWE-772. Newer releases of rimraf and Glob exist...
This PR update the code using modern JavaScript and also fixing some of the performance issues. The first three commits were automatic using `jscodeshift`, and the last one was manual....
Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...
If I'm not mistaken, using `track()` anywhere in the same process means that now all of your tempfiles will get automatically deleted prior to process exit, even in those parts...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
I'm happy to change this to throw errors instead of silently fall back to the default, if desired.
Temp directory changes on darwin while programs are running and it tries to create a file at the wrong path because dir = is set at the beginning when module...