password-prompt

1.1.3 • Public • Published

password-prompt

Node cross-platform password prompt.

Supported Environments:

  • Unix
  • TTY or non-TTY
  • cygwin
  • Git Bash
  • cmd.exe
  • PowerShell
  • cmder
  • Console2

API Reference

prompt -- Prompt for a password

Returns: Promise.<string> - input from user

Param Type Default Description
[ask] string prompt output
[options] Object
[options.method] string "mask" mask or hide

Example

let prompt = require('password-prompt')
let password = prompt('password: ')
// password: ******

Package Sidebar

Install

npm i password-prompt

Weekly Downloads

2,194,849

Version

1.1.3

License

0BSD

Unpacked Size

4.9 kB

Total Files

4

Last publish

Collaborators

  • dickeyxxx
  • rasphilco
  • elbandito