Socket
Socket
Sign inDemoInstall

username

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

username

Get the username of the current user


Version published
Weekly downloads
165K
decreased by-16.39%
Maintainers
1
Weekly downloads
 
Created
Source

username Build Status

Get the username of the current user

Install

$ npm install --save username

Usage

const username = require('username');

username().then(username => {
	console.log(username);
	//=> 'sindresorhus'
});

API

First tries to get the username from the SUDO_USER LOGNAME USER LNAME USERNAME environment variables. Then falls back to $ id -un on macOS / Linux and $ whoami on Windows, in the rare case none of the environment variables are set. The result is cached.

username()

Returns a promise for the username.

username.sync()

Returns the username.

  • username-cli - CLI for this module
  • fullname - Get the fullname of the current user

License

MIT © Sindre Sorhus

Keywords

FAQs

Package last updated on 17 Jan 2017

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