
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
water_faker
Advanced tools
An library that can be used to generate fake user data, read the read.me for more details.
Water is an open source library to allow clients and users to generate random user data, not limited to email, name, password, profile image and more.
Water is flexible in terms of how you want to generate and output data, you can easily override to return an output in JSON or XML.
Water has the ability to let create and validate custom field(s) JSON Web Tokens.
npm install water_faker
require 'water_faker'
let gender = "male" or "female"
let name = GenerateUserName(gender);
let id = GenerateUserID();
let email = GenerateUserEmail();
let password = GenerateUserPassword();
let profileImage = GenerateUserProfileImage();
require 'water_faker'
//all of the fields in the options array are optional
let options = {
gender: "female",
custom_email_domain: null,
email_length: 0,
include_special_password: false,
password_length: 0
}
let user = GenerateRandomUser(options);
console.log(user)'
require 'water_faker'
//all of the fields in the options array are optional
let options = {
outputType: "xml",
numberOfUsers: 20,
gender: "male",
custom_email_domain: "@company.com",
email_length: 20,
include_special_password: true,
password_length: 20
}
let list = GenerateRandomListOfUsers(options);
console.log(list)'
If you're interested in contributing, feel free to create an issue and a pull request for approval.
Viraj Patel(Lead): The Ohio State University
Shrutwa Soni: The Ohio State University
FAQs
An library that can be used to generate fake user data, read the read.me for more details.
The npm package water_faker receives a total of 0 weekly downloads. As such, water_faker popularity was classified as not popular.
We found that water_faker 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.