1.1.5 • Published 3 years ago

quick-password-generator v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Quick Password Generator

Quick Password Generator is a library for generating quick, secure and reliable passwords.

Quick Password Generator

Installing

$ npm install quick-password-generator

or

$ yarn add quick-password-generator

Usage

// Require
const generatePassword = require("quick-password-generator");

// Pass the length
const password = generatePassword(10);

// 'uEyMTw32v9'
console.log(password);

Contributing

Feel free to submit a pull request.

Authors

  • Aleksa Prebiracevic

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago