brendanashworth / generate-password

NodeJS library for generating cryptographically-secure passwords.
MIT License
354 stars 67 forks source link

Allow lowercase in options #37

Closed wojciechbator closed 4 years ago

wojciechbator commented 4 years ago

Why?

I use this lib with Typescript. Can't provide lowercase option, while it's implemented in the lib, just omitted in options. This may lead to situations where the generated password does not contain lower case signs and does not match password policies

wojciechbator commented 4 years ago

I didn't check that it's already opened in pull requests. Please, merge that.