faker
faker copied to clipboard
Generate massive amounts of fake data in the browser and node.js
# Description NodeJS version 18 has reached the end of its maintenance phase. As usual, we should move away from this version in the next major version of Faker. -...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.14.1` -> `22.15.17`](https://renovatebot.com/diffs/npm/@types%2fnode/22.14.1/22.15.17) | [](https://docs.renovatebot.com/merge-confidence/) |...
**Use `img.itisuniqueofficial.com` — A Much More Advanced, Faster & Powerful Image Placeholder Tool** 📄 **Documentation:** [https://www.itisuniqueofficial.com/2025/05/img-itisuniqueofficial-com-documentation.html](https://www.itisuniqueofficial.com/2025/05/img-itisuniqueofficial-com-documentation.html ) ✅ Superior to `placeholder.com` in performance, customization, and speed. ✅ Optimized for developers,...
### Clear and concise description of the problem The faker.finance.accountName() method currently returns account names with a hardcoded 'Account' suffix in English: ```typescript fakerJA.finance.accountName(); // '当座預金 Account' ``` ### Suggested...
### Clear and concise description of the problem Currently, FakerJS doesn’t include a built-in way to generate Brazilian “bairros” (neighborhoods), so some people have been using faker.location.county() as a workaround....
### Clear and concise description of the problem currently `number.int()` upper boundary is `Number.MAX_SAFE_INTEGER` such values don't fit in postgres int (max 2147483647) in our case it's acceptable to generate...
POC to fix #3466 Weights 20 common Chinese surnames to appear 80% of the time
### Pre-Checks - [x] Follow our [Code of Conduct](https://github.com/faker-js/faker/blob/next/CODE_OF_CONDUCT.md). - [x] Read the [Contributing Guidelines](https://github.com/faker-js/faker/blob/next/CONTRIBUTING.md). - [x] Read the [docs](https://fakerjs.dev/guide). - [x] Check that there isn't [already an issue](https://github.com/faker-js/faker/issues) that...
### Clear and concise description of the problem I work with a buunch of maps, it would be suuuper helpful to have a faker module for GeoJSON related data in...
# problem https://github.com/faker-js/faker/blob/next/src/locales/zh_CN/person/last_name.ts In China, there are over 1,000 last name, but most of them are very rare. In everyday life, commonly seen last name probably number fewer than 200(maybe...