2.0.0 ā€¢ Published 6 months ago

simpliest-password-generator v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

function for password generation

Install

npm install simpliest-password-generator

Usage

const genereatePassword = require('simpliest-password-generator');

// 1: simple usage
console.log(genereatePassword()) // E?r8H,,4>Tqy

// 2: with length and specials controls
const eightWithUppercase = genereatePassword(8, {
  uppercase: true,
  numbers: false,
  specials: false
})

console.log(eightWithUppercase) // PGgLajec

Author

šŸ‘¤ d.igoschin.igoshin@gmail.com

Show your support

Give a ā­ļø if this project helped you!

2.0.0

6 months ago

1.1.6

6 months ago

1.1.5

6 months ago

1.1.4

6 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.1.1

6 months ago

1.1.0

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago