📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

ssn-generator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssn-generator

Hi This Package Scrape SSN From Websites

2.0.1
latest
Version published
Weekly downloads
3
-57.14%
Maintainers
1
Weekly downloads
 
Created

SSN Generator

Hey, This Package Is Made For Generating SSN I Get These SSN From An Website And I Scrape It

First You Have To Install It Using

npm i ssn-generator

Note: This Is An Async function you can use await with it you can require it using

const ssn_generator = require("ssn-generator");

Then you can run this using

ssn_generator();

Here Is An Example Of Await With It For Example I Am Using IIFE

(
    async() => {
        await ssn_generator()
    }
)()

It Should Return JSON Data Here Is A Example NOTE: I Used Information That I Got From My Package

[
  {
    name: 'Sanford Carolyne',
    ssn: '509-74-3282',
    gender: 'Female',
    birthday: '21/09/1984',
    birth_year: '1984',
    birth_month: '09',
    birth_day: '21',
    age: '39',
    address: '1468 Upton Isle Suite 759 Daijabury, KS 61598',
    state:"Kansas"
  },
  {
    name: 'Rolfson Jermain',
    ssn: '668-05-0694',
    gender: 'Male',
    birthday: '20/03/1989',
    birth_year: '1989',
    birth_month: '03',
    birth_day: '20',
    age: '34',
    address: "45970 O'Reilly Forge Suite 952 East Kristaville, GA 93343-9244",
    state:"Georgia"
  }
]

I Have Shown 2 Here But It Normally Return 20 SSN And Details I Scrape From This Website -- https://www.myfakeinfo.com/nationalidno/get-us-security-number-with-name.php

Keywords

FAQs

Package last updated on 07 Feb 2023

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