
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
@daguej/person-generator
Advanced tools
Generate a fake person with "real" data
This fork fixes winfinit/personGenerator#1
When creating analytics software, having data is crucial, this generator is different from others, because it is utilizing real information, without using online APIs to create a person that can pass various validations in your code.
This module is using census information from census.gov from 1990
that contains 88799 last names, 4275 female names, and 1219 male names.
Module implements generation of:
npm install person-generator
var Person = require('person-generator');
console.log(Person.get());
/*
{ pid:
{ set: 1,
external: '0VBD0NMFI20W5UCGXF6H',
internal: 'KJDZBFMNIOLDTBXDHYZP',
alternate: '01522798582610954454' },
ssn: '262153012',
dob: '1951-01-30 12:05:16',
lastName: 'MCKERLIE',
firstName: 'COLBY',
middleName: 'AMOS',
middleInitial: 'A',
phoneNumber: { home: '(197)427-9527', business: '(326)501-2942' },
gender: 'male',
appointment:
{ start: '2016-05-20 23:10:57',
end: '2016-05-21 02:23:57',
duration: 193,
durationUnits: 'MIN' },
dmv: { id: 'M264-101-51-030-0' } }
*/
FAQs
Generate a person for testing purposes with "real" fake data
The npm package @daguej/person-generator receives a total of 2 weekly downloads. As such, @daguej/person-generator popularity was classified as not popular.
We found that @daguej/person-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
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.