tempfile

Get a random temporary file path

MIT License

Downloads
6M
Stars
77
Committers
4

Bot releases are visible (Hide)

tempfile - Latest Release

Published by sindresorhus over 1 year ago

Breaking

  • Require Node.js 14 64d0b46
  • Move the extension parameter to an options-object 371a2a3
-tempfile('.png');
+tempfile({extension: 'png'});

The . is also optional now.

https://github.com/sindresorhus/tempfile/compare/v4.0.0...v5.0.0

tempfile -

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12.20 b2d7c44
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/tempfile/compare/v3.0.0...v4.0.0

tempfile -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 8 (#10) 89fa842

Enhancements:

  • Add TypeScript definition (#10) 89fa842

https://github.com/sindresorhus/tempfile/compare/v2.0.0...v3.0.0