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

gmail1

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

gmail1

A module for generating random Vietnamese phone numbers, passwords, and login data.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

gmail1

This project provides utility functions for generating random Vietnamese phone numbers, passwords, and login data. It is designed to assist in testing and development scenarios where such data is needed.

Installation

To install the project, clone the repository and run:

npm install

Usage

The main function exported from this module is randomLoginData, which generates an object containing:

  • A random Vietnamese phone number
  • Two passwords (one being the phone number itself)
  • A recovery email address

Example

const { randomLoginData } = require('./src/app');

const loginData = randomLoginData();
console.log(loginData);

License

This project is licensed under the MIT License.

Keywords

random

FAQs

Package last updated on 24 Jul 2025

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