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

getpd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getpd

get random password

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

getpd

get random password

Installation

$ npm i getpd
$ yarn add getpd

Example

const PD = require('getpd');
const passWord = new PD();

const pass = passWord.getMyPassWord();

or

const PD = require('getpd');
const passWord = new PD();

const pass = passWord.getMyPassWord({
  length: 8,
  type: 2
});

Notes

four types type = 1 only Numbers type = 2 Numbers、Lowercase letters type = 3 Numbers、Lowercase letters 、Capital letters type = 4 Numbers、Lowercase letters 、Capital letters、Symbol

Keywords

random

FAQs

Package last updated on 05 Jul 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