faker icon indicating copy to clipboard operation
faker copied to clipboard

Generate massive amounts of fake data in the browser and node.js

Results 367 faker issues
Sort by recently updated
recently updated
newest added

# 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. -...

c: dependencies
breaking change
c: infra
deprecation

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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.15.17?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

s: on hold
p: 1-normal
c: dependencies

**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...

c: feature
s: waiting for user interest

### 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....

c: feature
s: pending triage
s: waiting for user interest

### 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...

c: feature
has workaround
p: 1-normal
s: awaiting more info
s: waiting for user interest
m: number

POC to fix #3466 Weights 20 common Chinese surnames to appear 80% of the time

c: bug
p: 1-normal
c: locale
m: person

### 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...

c: bug
help wanted
p: 1-normal
s: accepted
m: helpers

### 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...

c: feature
p: 1-normal
s: waiting for user interest

# 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...