Inquirer.js icon indicating copy to clipboard operation
Inquirer.js copied to clipboard

Password field not masked when run in nodemon?

Open alancwoo opened this issue 8 years ago • 2 comments

Not sure if this should be directed at nodemon, or perhaps it's even considered a debugging feature, but the password field is not masked when running inside nodemon.

Actually had the same problem with flatiron/prompt so maybe the issue is related?

alancwoo avatar Dec 05 '16 15:12 alancwoo

I would assume nodemon is wrapping the module in some way that might prevent us from correctly handling the node readline.

SBoudrias avatar Dec 05 '16 18:12 SBoudrias

Looks like the issue is still reproducible while using nodemon.

artus9033 avatar May 12 '21 09:05 artus9033