node-getpass icon indicating copy to clipboard operation
node-getpass copied to clipboard

getpass for node.js

Results 3 node-getpass issues
Sort by recently updated
recently updated
newest added

Because `cleanup()` calls `wtty.end()` and `rtty.end()`, the `wfd` and `rfd` file descriptors get closed before the following `mod_fs.closeSync()` calls. This results in `EBADF`, since there's no longer a valid file...

When I install node modules depending on getpass I sometimes get an error like; `npm ERR! path ***path to getpass***** npm ERR! code EPERM npm ERR! errno -4048 npm ERR!...

Hello ! Thanks for your very useful lib. I would like to have directly in your API an async function returning a promise like : ``` async function asyncGetPass (opts)...