
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
white-summoner
Advanced tools
White SummonerThis is a node library for generating test users/merchants with realistic anagraphical data, address, phone numbers, MCCs and VAT ids. It is particularly suitable for eCom, fin-tech and KYC applications.
npm i white-summoner
const summonUser = require('white-summoner');
// Get a user given country code
summonUser("DE").then(user => console.log(user))
/* Returns:
{
country: 'DE',
personal_profile: {
first_name: 'Kilian',
last_name: 'Busch',
date_of_birth: 1977-10-18T23:31:40.498Z,
mobile_phone: '+491607793762',
national_id: 'T220001293'
},
business_profile: {
merchant_category_code: '7392',
nature_and_purpose: 'Life is our purpose',
company_name: 'Umbrella Corp. DE',
vat_id: 'DE269991274',
company_registration_number: 'T220001293',
website: 'http://villains.wikia.com/wiki/Umbrella_Corporation',
mobile_phone: '+491607793762'
},
address: {
country: 'DE',
address_line1: '5891 Zipse Station',
address_line2: '78',
city: 'Zimmerdorf',
post_code: '80568',
region_name: 'Baden-Württemberg',
landline: '+491607793762',
first_name: 'Kilian',
last_name: 'Busch',
company: 'Umbrella Corp. DE'
}
}
*/
AL AR AM AU AT AZ BD BE BA BR BZ BG CA CL CN CO CR DK EG GB EE FI FR GE DE GR HU IN IR IL IT JP KR MX MA NP NL NZ NG NO PK PL PT RO RU SA SK SI ES SE CH TR UA US VN
Note: not all the countries have complete coverage. In case of mistakes, please open an issue or contribute to the project
git clone git@github.com:ugobriasco/white-summoner.git
cd ./white-summmoner
npm i
Run npm test to execute the unit and integration tests. It requires the following framework:
You can also run unit tests (npm run test:unit) or integration tests (npm run test:integration) separately
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
MIT
FAQs
A user generator with realistic anagraphic data
We found that white-summoner 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.