os-tmpdir
Advanced tools
Node.js os.tmpdir() ponyfill
Weekly downloads
Readme
Deprecated: This is not needed anymore. require('os').tmpdir()
in Node.js 4 and up is good.
Node.js
os.tmpdir()
ponyfill
Use this instead of require('os').tmpdir()
to get a consistent behavior on different Node.js versions (even 0.8).
$ npm install --save os-tmpdir
const osTmpdir = require('os-tmpdir');
osTmpdir();
//=> '/var/folders/m3/5574nnhn0yj488ccryqr7tc80000gn/T'
See the os.tmpdir()
docs.
MIT © Sindre Sorhus
Node.js os.tmpdir() ponyfill
The npm package os-tmpdir receives a total of 15,402,902 weekly downloads. As such, os-tmpdir popularity was classified as popular.
We found that os-tmpdir demonstrated a not healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.