Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

home-or-tmp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

home-or-tmp

Get the user home directory with fallback to the system temp directory

  • 4.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.5M
increased by39.26%
Maintainers
1
Weekly downloads
 
Created

What is home-or-tmp?

The home-or-tmp npm package is a simple utility that provides a way to get the user's home directory or, if that's not available, a temporary directory. It is useful for applications that need to store or manage files in a user-specific or temporary location without having to worry about platform differences.

What are home-or-tmp's main functionalities?

Get user's home directory or temporary directory

This feature allows you to retrieve a path to the user's home directory or a fallback temporary directory. It abstracts away the differences between operating systems and the availability of environment variables.

const homeOrTmp = require('home-or-tmp');
console.log(homeOrTmp); // Outputs the user's home directory or a temporary directory if the home directory is not available.

Other packages similar to home-or-tmp

Keywords

FAQs

Package last updated on 16 Apr 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc