Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Faker

Continue to make Faker the best open-source fake data solution available.
Collective - Host: opensource - https://opencollective.com/fakerjs - Website: https://fakerjs.dev/ - Code: https://github.com/faker-js/faker

Add .npmignore

github.com/faker-js/faker - fa5d4eedad1c612ad9ade0d681ee5655c1f15086 authored about 8 years ago
Add ABA routing number

github.com/faker-js/faker - d998170beaf9cbd397cab108a998d7fa78075266 authored over 8 years ago
[dist] Add newest versions of node to .travis.yml

* Added node versions 6 and 6.1
* latest versions offered by travis

github.com/faker-js/faker - cf74df1e88fc7633d343f5f326f8b546ef506b40 authored over 8 years ago
[api] Add `filePath, directoryPath` system methods

* Returns a random path with file name
* Returns a random directory path (no trailing slash)

github.com/faker-js/faker - 96132d55ee2e867f9598926c86724fb86775e9ac authored over 8 years ago
Merge pull request #418 from cvega/master

[api] Added `internet.ipv6` method

github.com/faker-js/faker - 7e96b93869b422af5a63c115e04ff0206bf7b228 authored over 8 years ago
[api] Added `internet.ipv6` method

* Returns a random 8 octet ipv6 address

github.com/faker-js/faker - fc9d5351cd34d741538a364a31d22ae0c0f8101e authored over 8 years ago
fix bug unsplash object

github.com/faker-js/faker - 900f3d87cbfd9b86119c4505e3b9dc1e84ea5969 authored over 8 years ago
remove object.assign.fix unit test

github.com/faker-js/faker - 267d8f41d0a104f4613a23165a2264e87dc9594b authored over 8 years ago
added lorempixel and unsplash properties to image obj

github.com/faker-js/faker - 87acfc6a5c072cbf00ab02d1cf673d4db7832946 authored over 8 years ago
include image_provider folder to create a doc

github.com/faker-js/faker - a130925b97144555856ae3e324bde9dbd7b62748 authored over 8 years ago
rewrite build script

github.com/faker-js/faker - 44bb2b99b133b431fafffc53accb4605797a7162 authored over 8 years ago
separator enhancements and unit tests

github.com/faker-js/faker - f52951ae1b87b244056a111bb6d59b6c287cc4cb authored over 8 years ago
Merge pull request #405 from HowWeRollingham/master

[fix] Don't throw in helpers.shuffle on empty array

github.com/faker-js/faker - 2ad5b70d4134e4b68a64d32cc3c9a9322ef6af9a authored over 8 years ago
[docs] Add Patreon campaign

github.com/faker-js/faker - 1dc26b11873a5e0479047c2ce57bfa48b8a19fce authored over 8 years ago
Merge pull request #403 from jocull/master

Fix demo URL in Readme

github.com/faker-js/faker - f4b13958272a735c2efa41c879dd6ea1287a1da6 authored over 8 years ago
Add separator

github.com/faker-js/faker - d9f74b29157ab85fbf2a55a5b7861cc04ae184d0 authored over 8 years ago
Prevented a crash on running helpers.shuffle on an empty array

github.com/faker-js/faker - 7e888f758192592a969c068943823526555dc34a authored over 8 years ago
Fix demo URL in Readme

github.com/faker-js/faker - 9a5b64f293062b32e1cf0ed7ede9863bfd80bf92 authored over 8 years ago
add node v6.x to travis environment

github.com/faker-js/faker - 223300a47409ef1a42b0e13aa720646b2ef7a789 authored over 8 years ago
move random image from lorempixel.com to unsplash.com

github.com/faker-js/faker - bc8ee47acecf2045f9bb4a504cd8494b8a7113e9 authored over 8 years ago
upgrade mocha version to support node v6.x

github.com/faker-js/faker - ec13e84dcd6e01f908aa89bc56d3f8b1d5c9cd42 authored over 8 years ago
fix: + require('./title') in lib/locales/ru/name/index.js

github.com/faker-js/faker - a236dcd145b6e9fc01aa4ed3587204f404733d28 authored over 8 years ago
+ lib/locales/ru/name/title.js

github.com/faker-js/faker - 0f8ba0054ee0941a46fb3c83cf90dc7b16267707 authored over 8 years ago
Revert "remove all node_js except 5.1"

This reverts commit fd3934abf20ade15be575bce8ec96a6ed97bba95.

github.com/faker-js/faker - 44dc3792fed567aff6c21817272265ec77728677 authored over 8 years ago
remove all node_js except 5.1

github.com/faker-js/faker - fd3934abf20ade15be575bce8ec96a6ed97bba95 authored over 8 years ago
add comma between entities of street_address.js

github.com/faker-js/faker - 9dbeeedf7f5cf8958444006c74806f603c82de2e authored over 8 years ago
remove farsi characters to prevent Unexpected string exception

github.com/faker-js/faker - a584ac1af67c16a9e7832d585932926edc9ceefe authored over 8 years ago
fix encoding for street_address

github.com/faker-js/faker - 263cdc7118529d05be3b60b6c7c8e423afe5cca2 authored over 8 years ago
add address for fa locale

github.com/faker-js/faker - 20990c55f6bc3e4cb66b4ed6e9645f48a5e842d5 authored over 8 years ago
Merge pull request #390 from jreina/fix-issue-361

[fix] output of faker.finance.amount #361

github.com/faker-js/faker - e8231413cc38a3ce49d712823dadbffbd1849acc authored over 8 years ago
Adds precision value to faker.random.number call.

github.com/faker-js/faker - 9a51a29773772c718ee6c73d5dd5ce509066d9c0 authored over 8 years ago
Merge pull request #362 from joshgordon/patch-1

[fix] [minor] typo in docstring

github.com/faker-js/faker - dee337d8135dd53b071745678b5deda958ec3933 authored over 8 years ago
Merge pull request #363 from krzkaczor/alpha-numeric-count

[api] alphaNumeric takes now count as a argument

github.com/faker-js/faker - e63984a2bd03979873f44d9911cb3070a0155f61 authored over 8 years ago
Merge pull request #338 from Niels-NTG/master

[api] realistic Dutch city naming components

github.com/faker-js/faker - c81d132431035c15cbcfe63505acbe823ac310fa authored over 8 years ago
Merge pull request #379 from fdsimms/fix-misspelling-of-liaison

[fix] misspelling of 'Liaison' from faker.name.jobType().

github.com/faker-js/faker - 307bed7df8db728a6a23b6bf626f3b5a2feaac45 authored over 8 years ago
Merge pull request #381 from zpiman/master

[locales] Add `CZ` Czech

github.com/faker-js/faker - 0b9c9f5f238e826da5f9b0987dbf4184839e35ce authored over 8 years ago
add String.prototype.repeat in older versions of node - see PR #382

github.com/faker-js/faker - d6c20353360ef1eefb56128eeb50ece4f5845372 authored over 8 years ago
add tests for credit card functions and helpers

github.com/faker-js/faker - d355d412a9c91ab13343737f30036a4194da2623 authored over 8 years ago
add credit card function + helpers

github.com/faker-js/faker - e7084554f8f8f5104805eec4d0f17bf7b2443bb6 authored over 8 years ago
remove `/` from card formating

github.com/faker-js/faker - 937061e89de4c9ad13ff3aff1ba6b2d4e515fc30 authored over 8 years ago
add new credit card company

github.com/faker-js/faker - 83f6b59ef11f8f6ff321476c7b464c207b0fac01 authored over 8 years ago
move credit_card into finance + add to definitions

github.com/faker-js/faker - 61c65af05563d10c0bdbecf33be5873a4a621a14 authored over 8 years ago
Add CZ Czech locales

github.com/faker-js/faker - 095f6f20e3943eb2babb0a6d47e05da9635a77cb authored over 8 years ago
Fix misspelling of 'Liaison' from faker.name.jobType().

github.com/faker-js/faker - ed43d280fb657d5bcaaa61f31d40285d0739697a authored over 8 years ago
Added unit test for nearbyGPSCoordinate

github.com/faker-js/faker - 58936caa649a7b1fbb296ed66b5e1c3af656ea9a authored over 8 years ago
Using different heuristic for producing a random GPS coordinate

this approach will not result in a uniform distribution, but will
instead concentrate points in ...

github.com/faker-js/faker - 08e264b10ffceaf7a389753f56331d09a68eafe2 authored over 8 years ago
Ensure longitude points are within range [-180, 180]

github.com/faker-js/faker - 0bfeb93c594ef31d4002eac6356a81b9e19fbb80 authored over 8 years ago
Fixed bug where variables were being leaked to global namespace

github.com/faker-js/faker - 43495cc4c07061610d318eb2b31e6b7075810f33 authored over 8 years ago
If no input params return random coordinate

github.com/faker-js/faker - bec87b1acb708cba7b13173d3e240ce9dfb4bb27 authored over 8 years ago
Use term 'coordinate' instead of 'location'

github.com/faker-js/faker - e8f51dcddd2586fcce12635850a6692b414869ef authored over 8 years ago
Updated readme

Included mention of nearbyLocation method

github.com/faker-js/faker - ec5e7ca44299c7e19721d0de8dde499cab7021e8 authored over 8 years ago
Added address.nearbyLocation() method

Returns a random GPS coordinate located within a distance of the given
GPS coordinate

github.com/faker-js/faker - ef11ab85c1277d62794289ad2141a62f2285f424 authored over 8 years ago
Merge pull request #372 from icebob/patch-1

[fix] [minor] Remove duplicate Congo from country.js

github.com/faker-js/faker - 1f47f09e25ad43db41ea4187c3cd3f7e113d4cb4 authored almost 9 years ago
Remove duplicate Congo from countries.js

github.com/faker-js/faker - fa319f727abe4cb6a182f6133ffbbe48587908fd authored almost 9 years ago
Merge pull request #369 from koistya/patch-1

[fix] [minor] Clean up faker.commerce.department method

github.com/faker-js/faker - 855ab38bfce66134f4fddf27f689a244cd06fee8 authored almost 9 years ago
Clean up faker.commerce.department method

Remove "max" and "fixedAmount" arguments from the faker.commerce.department method

github.com/faker-js/faker - 1af0935529fdb95e99bbf400863eec12f343b601 authored almost 9 years ago
add faker.random.arrayElements

github.com/faker-js/faker - fb8653c95016d393ccbbe6441f9952ed333d8e2d authored almost 9 years ago
Add IBAN and BIC generator functions

github.com/faker-js/faker - 94b65cbf334ea5ef1c4838711bc0945125f7c779 authored almost 9 years ago
Don't change line endings

github.com/faker-js/faker - 38e890eeced869b41cf0047ef28740bfb79d1c01 authored almost 9 years ago
Correct spelling

github.com/faker-js/faker - b81c8877ba8083c92d84d6296ca06775d143ffcf authored almost 9 years ago
alphaNumeric takes now count as a argument

github.com/faker-js/faker - 3de06918d890e48e7964de71ca0c95717d6213e5 authored almost 9 years ago
Update lorem.js

Fix typo in docstring.

github.com/faker-js/faker - 3a1d6c31f9655d45486ffa65efcc695a064c2efd authored almost 9 years ago
Added gendered names to en locale

github.com/faker-js/faker - 61551e30632b8f786219fa85529892016434cb9f authored almost 9 years ago
[dist] Bump v3.1.0

github.com/faker-js/faker - 649843ade73b730911506b8ecc6bf64bad10238c authored almost 9 years ago
[dist] Re-build library for v3.1.0 release

github.com/faker-js/faker - 7cddded9d18f571c3cd74b78dc57410f8b77697d authored almost 9 years ago
Merge pull request #291 from skylarstein/master

[fix] hacker.phrase - generate random string for each lexical instance

github.com/faker-js/faker - 5993a8a8a471638c2af9a52eab6155bcde366d7e authored almost 9 years ago
Update tests to confirm name suffix is correct

github.com/faker-js/faker - 6ad373595dc372f9e227d0fb3ac81c56742a0c7e authored almost 9 years ago
Fix name suffixes

Fixes names so that it puts suffixes at the end of names instead of prefixes
Conflicts:
lib/nam...

github.com/faker-js/faker - 0e18bef7f41b49e4d7a757d36bf31fac6e6f928a authored almost 9 years ago
[dist] Added jsdoc and gh-pages to gulpfile

* Will now build jsdocs as part of build
* Will now commit and push jsdocs to gh-pages

github.com/faker-js/faker - a41140d903698b725cca7f7f73710f65c314aef3 authored almost 9 years ago
Merge pull request #353 from ashpr/bitcoinaddress-fix

[api] [fix] finance.bitcoinAddress

github.com/faker-js/faker - dc77d261b429e33d29aec34b7e13c7c3a232e957 authored almost 9 years ago
[dist] Switch back to new lodash

github.com/faker-js/faker - 4d6c480acf9add37aaa8f62bcc03cd732a145f8a authored almost 9 years ago
[dist] Remove old versions of node from travis

* Issues with devDeps requirements
* faker API should still work on old versions

github.com/faker-js/faker - a16c4b1faa8735ac1707a9b63b7981a00cf3acc1 authored almost 9 years ago
* Use faker.random.number

* Range was incorrect. Was 27-36. Should be 27-34.

github.com/faker-js/faker - 73b870e0578531c7d65a36768a733561a42bbbca authored almost 9 years ago
[fix] [tests] Update lodash API

* .contains() -> .includes()

github.com/faker-js/faker - c03acf0a70f356ce4690b7a5d70332d0ad6c216d authored almost 9 years ago
[dist] [tests] Adjusting dev dips

* Use new lodash

github.com/faker-js/faker - eda862af273fe2b928c492e7ebf1cbdb62524187 authored almost 9 years ago
[dist] [tests] Less specific loads

* For old node versions

github.com/faker-js/faker - da8e0563fa6bb5d292a2afb1457bb125e4c007e5 authored almost 9 years ago
Merge remote-tracking branch 'Marak/master'

github.com/faker-js/faker - b41d9a393703d84ff7e0588036ba73cc49f06232 authored almost 9 years ago
[dist] [tests] Remove build deps

* Old node versions failing on travois
* gulp tool-chain is too new for old node

github.com/faker-js/faker - eef113c2cec2a83116e31d36473ef2b393058a1f authored almost 9 years ago
[dist] [tests] Update dev deps

* Trying to get old versions of node to pass

github.com/faker-js/faker - 1d4fa4a5fc8997574fa6b3ba9238bca80f3e677c authored almost 9 years ago
[test] Comment out finance.bitcoinAddress

github.com/faker-js/faker - 1c48d99f1f36d1bc7bd9230098f85d700ce66c0a authored almost 9 years ago
[fix] [revert] finance.bitcoinAddress

* Causing tests to fail
* Not using `faker.random.number` !

github.com/faker-js/faker - bb3869d7b38c25b63db2849781ce2011d9306ccc authored almost 9 years ago
[fix] Don't pass empty strings to Faker.fake

github.com/faker-js/faker - ce99419cbacea9a200035f5c1f202c43f6507225 authored almost 9 years ago
[dist] Update to use all node versions

github.com/faker-js/faker - 89b00e29c6dd8765464fe4fe8abdc179c01cbab6 authored almost 9 years ago
Merge pull request #352 from ashpr/bitcoin-support

[api] Added Bitcoin support

github.com/faker-js/faker - 9c7620f87918652020f2b239cde3e55df749be70 authored almost 9 years ago
Bitcoin support

github.com/faker-js/faker - cf22b690004e67d523a72ef72994b1248ca0bd4b authored almost 9 years ago
Added .npm in .gitignore file

github.com/faker-js/faker - 96d2c44e927a8e8a49c5df8d6faf94249bfa2ad9 authored almost 9 years ago
Merge pull request #271 from practicalmeteor/meteor

Update meteor faker package to v3.0.1

github.com/faker-js/faker - 1238c8b65e15972f9746863b8b3b5a6161b34770 authored almost 9 years ago
remove Math.random() calls to utilize faker.seed()

Conflicts:
lib/internet.js
lib/random.js

github.com/faker-js/faker - d2a70d71817e2b4e1062a0bc777933705bf1c626 authored almost 9 years ago
Merge pull request #342 from pra85/patch-1

[docs] Fix a typo in Readme

github.com/faker-js/faker - c4c7a695f8121566d3536997d118b3c85ddff188 authored almost 9 years ago
Merge pull request #348 from jmalonzo/jan-exampleEmail-fix

Fix 'this' reference in exampleEmail

github.com/faker-js/faker - 566ae56303554d122b7a8d54a5fa905077342d91 authored almost 9 years ago
[dist] [fix] Typo in version number

github.com/faker-js/faker - 58cd8d33205bb75f7230c873d89dc45cae9672ce authored almost 9 years ago
[dist] Check /docs back into git #350

github.com/faker-js/faker - aff89dcfbf8611473a1dabb6a6cb1ad17ae34d47 authored almost 9 years ago
[fix] Adding missing dependecy #350

github.com/faker-js/faker - c252feb52e896f153fd969377532d77777903d69 authored almost 9 years ago
Install jsdoc and add doclet stubs for all methods

Descriptions are taken from existing comments if available. The address module already has some ...

github.com/faker-js/faker - 90a6a04f9cd4a134fec20949e68beb4baf79bfae authored almost 9 years ago
Fix reference in exampleEmail

github.com/faker-js/faker - e296d6bc8b28c9c3ab2f7b27b3e95f7f8118e847 authored almost 9 years ago
[docs] Fix a typo in Readme

`vesion` → `version`

github.com/faker-js/faker - c51370cdae95177ad79674d4e8a649c33ab35c45 authored almost 9 years ago
[api] Added `random.locale` method. Closes #274

* Returns a random locale
* May not work correctly in locale builds

github.com/faker-js/faker - 9bb2b7c341bcf41e00341c92a8a66620c401c85f authored almost 9 years ago
[api] Rename safe_email -> exampleEmail #301

* Public API convention is camelCase
* "example" seemed more explicit than "safe"

github.com/faker-js/faker - 3969440cd4ae5b4f39de9eb661b0931a731c7425 authored almost 9 years ago
add faker.internet.safe_email

Conflicts:
lib/internet.js

github.com/faker-js/faker - 4ff67b156274c82564118e670ec35629e53d601b authored almost 9 years ago