New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@devdex/passwordgenerator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devdex/passwordgenerator

Password Generator

latest
Source
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

What it's for?

This is for creating passwords, later I'll add advance features and more options.

Why Make it?

I was making a discord bot and I need a password generator package some packages won't let me download or install them because I develop on my phone mostly and sometime on my pc.

Installation

Install from a Npm package by entering: npm i @devdex/passwordgenerator then...

const { Passwordv1 } = require('@devdex/passwordgenerator');
var Pass = Passwordv1();

console.log(Pass);

Extra Info

Passwordv1 can be change to
Passwordv2, GodIds

Difference

Passwordv1 - Is a 7 digit Generator. Passwordv2 - Is a 12 digit Generator. GodIds - Is a 12+ digit Generator.

Support

If you need support I on discord on the account DJ JR30#135

Keywords

Password

FAQs

Package last updated on 30 Aug 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