1.0.1 • Published 2 years ago

@root27/password-generator v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Generates Password

This package generates a password with the given length and the given specifications.

Usage

const generatePassword = require('@root27/password-generator');

generatePassword(8, {
    numbers: true,
    symbols: true,
    uppercase: true,
    lowercase: true
});
1.0.1

2 years ago

1.0.0

2 years ago