🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

sumex-generator

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

sumex-generator

for create a random password

unpublished
latest
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

Sumex

Sumex for create a simple random of password.

Installation

Use the package manager npm for install Sumex.

npm i --save sumex-generator

Usage

If you want to use a default options let it empty or {}.

const Sumex = require('sumex-generator');
<options/> : object 
    | -> empty or {} for use a default options (length=30).
    | -> bigLetters : boolean (AZERT...)
    | -> smallLetters : boolean (azert...)
    | -> numbers : boolean (01234...)
    | -> symbols : boolean (@#$%^&...)
const examplePassword = new Sumex(<options/>); // options

console.log(examplePassword.password)  //result : azTK7gClkrlacYeZ3qSNLzhG0ulSDb
console.log(examplePassword.toArray())  //reult : ["a","z","T","K","7","g","C","l","k","r","l","a","c","Y","e","Z","3","q","S","N","L","z","h","G","0","u","l","S","D","b"]

License

ISC

Keywords

passwordGenerator

FAQs

Package last updated on 14 Sep 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts