Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not always using all the types in the pattern #31

Open
yitzgold opened this issue May 27, 2020 · 1 comment
Open

Not always using all the types in the pattern #31

yitzgold opened this issue May 27, 2020 · 1 comment

Comments

@yitzgold
Copy link

const password = randomize("aA0", 8); console.log({password}); //{ password: 'lfwWBUif' }
in this case it didn't include any Numeric character

@yitzgold yitzgold changed the title not always using all the types in the pattern Not always using all the types in the pattern May 27, 2020
@jonschlinkert jonschlinkert added bug and removed bug labels Jul 28, 2023
@jonschlinkert
Copy link
Owner

I know this has been a while, but I'm getting this updated and wanted to address this. The readme docs indicate that any of those characters may be used. I didn't see anything that said that all the characters would be used though.

However, I do think it should provide that option. I'll leave this open for commentary while I work on updating the lib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants