1.1.5 • Published 2 years ago

quick-password-generator v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago