node-tmp icon indicating copy to clipboard operation
node-tmp copied to clipboard

Temporary file and directory creator for node.js

Results 11 node-tmp issues
Sort by recently updated
recently updated
newest added

## Operating System - [ ] Linux - [ ] Windows 7 - [x] Windows 10 - [ ] MacOS - other: ## NodeJS Version - [ ] 0.x -...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Dear maintainers of the repository, My name is Eyal and my team at JFrog is maintaining [Frogbot](https://github.com/jfrog/frogbot), [JFrog VS Code Extension](https://marketplace.visualstudio.com/items?itemName=JFrog.jfrog-vscode-extension) and few more open source projects used by our...

*Breaking change* This PR is about switching from JavaScript to TypeScript and changing the API at the same time with re-implementing the whole codebase instead of just "rewriting" the previous...

breaking

## Operating System any ## NodeJS Version 12.10.0 - 14.14.0 | 14.14.0+ ## Tmp Version 0.2.1 ## Expected Behavior when `unsafeCleanup: true` `tmp` should use nodejs native recursive delete when...

compatibility
investigation

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

## Tmp Version 0.2.3 ## Expected Behavior It would be great if `tmp` exposed a synchronous `cleanup` operation, which would remove all the controlled files when called. This method could...

While refactoring some code, I ended up accidentally calling the remove callback multiple times. It took me way too long to figure out why it seemed like my process was...