
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
ssn-generator
Advanced tools
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
FAQs
Hi This Package Scrape SSN From Websites
The npm package ssn-generator receives a total of 1 weekly downloads. As such, ssn-generator popularity was classified as not popular.
We found that ssn-generator demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.