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

This is a draft to make the API searchable like https://vuejs.org/api/

c: docs

I saw there was a migration guide from v5 to v6 https://fakerjs.dev/guide/migration-guide-v5.html But no such guide for the breaking changes from v6 to v7 described at https://github.com/faker-js/faker/releases/tag/v7.0.0 I thought it...

c: docs
p: 1-normal
s: accepted

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/faker-js/faker). ## Awaiting Schedule These updates are awaiting...

c: dependencies

### Clear and concise description of the problem Currently we need to bind `this` in the constructor of each module to support stuff like ```ts const color = faker.color color.rgb()...

s: needs decision
c: refactor
breaking change

### Clear and concise description of the problem In #1181 the question came up, whether our [bitcoin generator](https://github.com/faker-js/faker/blob/15e3eed927953446d3e3aa8dcd7fca3f8472ff3e/src/modules/finance/index.ts#L213) produces valid bitcoin addresses. According to [validators.isBtcAddress](https://github.com/validatorjs/validator.js/blob/1bb14e85dd7fb8cec8a43ff586c0d869977cd684/README.md?plain=1#L104) it doesn't do so all...

good first issue
p: 1-normal
c: test
m: finance

### Clear and concise description of the problem Multiple users have reported issue caused by the docs page containing docs for the bleeding edge version rather than the current latest...

c: docs
p: 2-high
s: accepted

Introduces a `security` module which allows users to generate one of the following: * [Common Weakness Enumeration](https://cwe.mitre.org/) (CWE), example: CWE-12345 * [Common Vulnerabilities and Exposures](https://www.cve.org/) (CVE), example: CVE-2022-1234 * [Common...

c: feature
needs rebase
s: waiting for user interest

### Clear and concise description of the problem Many online services now allow users to specify their pronouns e.g. https://slack.com/help/articles/1500011115781-Manage-pronoun-and-name-pronunciation-display-for-member-profiles https://www.linkedin.com/business/talent/blog/talent-acquisition/pronouns-you-might-see-on-candidate-profiles https://support.zoom.us/hc/en-us/articles/4402698027533-Adding-and-sharing-your-pronouns For generating realistic fake profiles it would be...

c: feature
s: awaiting more info
m: person
s: waiting for user interest

Fixes #353 Fixes #776 * extract sex generator from name.gender to name.sex * deprecate `name.gender(true)`, which generated _binary gender_, what we would consider now as `sex` * rename locale definitions...

s: on hold
p: 1-normal
c: refactor
c: locale
breaking change
m: name

### Clear and concise description of the problem The changelog.md does not contain hints regarding locale updates and refactors. Especially the later are quite important as these could be considered...

c: bug
p: 2-high
s: needs decision
c: infra