🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
t

temp-dir

Get the real path of the system temp directory

3.0.0
latest
100

Supply Chain Security

100

Vulnerability

65

Quality

76

Maintenance

100

License

Version published
Weekly downloads
14M
15.48%
Maintainers
1
Weekly downloads
 
Created
Issues
0

What is temp-dir?

The temp-dir npm package provides a simple way to get the path to the system's temporary directory. This can be useful for creating temporary files or directories that you don't need to persist between sessions.

What are temp-dir's main functionalities?

Get Temporary Directory Path

This feature allows you to retrieve the path to the system's temporary directory. This is useful for creating temporary files or directories.

const tempDir = require('temp-dir');
console.log(tempDir);

Other packages similar to temp-dir

FAQs

Package last updated on 26 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts