Ecosyste.ms: OpenCollective

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

validator.js

validate your data!
Collective - Host: opensource - https://opencollective.com/validatorjs - Code: https://github.com/chriso/validator.js

Merge pull request #537 from blackfyre/master

Added Hungarian locale

github.com/validatorjs/validator.js - 0f04e553f228c7e8c30b268920da1c390fefb7c4 authored over 8 years ago by Chris O'Hara <[email protected]>
Extended with mobil phone validation, and updated the readme

github.com/validatorjs/validator.js - 785ff943b7761c49c9320447f64a0b0032f35b24 authored over 8 years ago by Galicz Miklós <[email protected]>
Added Hungarian locale

github.com/validatorjs/validator.js - b4acee3b491db4e1aa4f3782ab726d18ac0a1093 authored over 8 years ago by Galicz Miklós <[email protected]>
Merge pull request #519 from simison/patch-1

Add link to awesome-falsehoods

github.com/validatorjs/validator.js - 7b23b63723d05376387600e27f08d2847f4a83e2 authored over 8 years ago by Chris O'Hara <[email protected]>
Add an en-CA alias to isMobilePhone, closes #524

github.com/validatorjs/validator.js - e61cdce1c8c9047b4f152c5bd66c46161ac5bbec authored over 8 years ago by Chris O'Hara <[email protected]>
Additional stuff for #532

github.com/validatorjs/validator.js - 836b2df369c55178787246a77d800059a3ee885a authored over 8 years ago by Chris O'Hara <[email protected]>
Merge pull request #532 from theartoflogic/master

Allow prepended zeroes in toInt()

github.com/validatorjs/validator.js - e7f03635c42110cca1044f3485cce009be60052d authored over 8 years ago by Chris O'Hara <[email protected]>
Update README describing the `allow_leading_zeroes` option for isInt()

github.com/validatorjs/validator.js - 4923be5f650ecd94907259425d468c869dd77122 authored over 8 years ago by Sarah Ryan <[email protected]>
Add `allow_leading_zeroes` option to isInt()

github.com/validatorjs/validator.js - a3e3880203ec17f65488dfdc500db3d85d5d0975 authored over 8 years ago by Sarah Ryan <[email protected]>
Disable `no-control-regex` eslint checks where necessary.

github.com/validatorjs/validator.js - f624d4641198af87e5d5bba12eca0f2bdac6a8f4 authored over 8 years ago by Sarah Ryan <[email protected]>
Allow prepended zeroes in toInt()

github.com/validatorjs/validator.js - 4e8827b39474db8db26e9fe23b56592be4d7d102 authored over 8 years ago by Sarah Ryan <[email protected]>
Additional stuff for #523

github.com/validatorjs/validator.js - 0882fa4694db91d914e05ccf93f8c42d1a4212f7 authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #523 from sunfuze/adjust/phone-zh_CN

adjust: in China, phone number increase very quickly.

github.com/validatorjs/validator.js - ae14b7d277ec2f6f27100127d30b7bc65b57fdad authored almost 9 years ago by Chris O'Hara <[email protected]>
adjust: mobile number in china comsuming very quick, it is not vise to limit the last 8 number

github.com/validatorjs/validator.js - c1fcbb63b2a4ce0d969220c1e868c756e5c61755 authored almost 9 years ago by sunfuze <[email protected]>
Additional stuff for #522

github.com/validatorjs/validator.js - b5a95bd4e5a85d82ca35e696dd2ca994e01825a7 authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #522 from saxicek/master

add czech localization

github.com/validatorjs/validator.js - ed8b31e0b67c440ecbc8ea3a374e865f3eb8fd1e authored almost 9 years ago by Chris O'Hara <[email protected]>
fix missing comma

github.com/validatorjs/validator.js - c698274494ea8ffc5cdb85d491068767751dc846 authored almost 9 years ago by saxicek <[email protected]>
add czech localization

github.com/validatorjs/validator.js - d161e65cb21d9442a7a08aac9cbcbbe356560062 authored almost 9 years ago by saxicek <[email protected]>
Additional stuff for #521

github.com/validatorjs/validator.js - 9c9220abfe88008d9cdb809df2acacd20f86dabe authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #521 from voronianski/master

add isDataURI validator

github.com/validatorjs/validator.js - 442ba74c91aceab299ff1114ea036eb4f67cc9b9 authored almost 9 years ago by Chris O'Hara <[email protected]>
Fixed a bug with isURL()

If the protocol was missing in a URL string and :// appeared in the
query string then the valida...

github.com/validatorjs/validator.js - 5af9a135f37cbfa7cc696490dfaa368785c1ac0c authored almost 9 years ago by Chris O'Hara <[email protected]>
fix eslint errors

github.com/validatorjs/validator.js - 40c730d816e216ee70d6303c48a4b23620f447c7 authored almost 9 years ago by Dmitri Voronianski <[email protected]>
add isDataURI validator

github.com/validatorjs/validator.js - 7673dd136f086282943c20471c9ebfe0bbf71dd6 authored almost 9 years ago by Dmitri Voronianski <[email protected]>
Merge pull request #520 from janriemer/patch-1

provide alternative lib for xss sanitization

github.com/validatorjs/validator.js - f80ef0204026bbd3c323bfbb955d2ac1c6deaeb6 authored almost 9 years ago by Chris O'Hara <[email protected]>
provide alternative lib for xss sanitization

There should be more than one alternative for XSS Sanitization
to choose from, so this adds the...

github.com/validatorjs/validator.js - 05f70522ac0452f8235fada35474f75a9a24e387 authored almost 9 years ago by janriemer <[email protected]>
Add link to awesome-falsehoods

Add link to https://github.com/jameslk/awesome-falsehoods

github.com/validatorjs/validator.js - c919bff558a06758650c099a7f164fc3fcee0e19 authored almost 9 years ago by Mikael Korpela <[email protected]>
Update generated code

github.com/validatorjs/validator.js - 68a10cb4ba0ee54f2c51b0023fd0456f58ed3256 authored almost 9 years ago by Chris O'Hara <[email protected]>
Update the changelog

github.com/validatorjs/validator.js - be3b540c491c05fccb3f8ade7f28929235aecfda authored almost 9 years ago by Chris O'Hara <[email protected]>
Allow >1 underscore in hostnames, closes #510

github.com/validatorjs/validator.js - a1c8dab41fc792f391ac988d321bfcfc4ee4883b authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge branch 'brmarick-master'

github.com/validatorjs/validator.js - a7bc8b45bf0c30068981ca777e3df2108e603a83 authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge branch 'master' of https://github.com/brmarick/validator.js into brmarick-master

github.com/validatorjs/validator.js - 03e3adfada90e2ceab3b9bbf4fbc007e7d0d6367 authored almost 9 years ago by Chris O'Hara <[email protected]>
Update the changelog

github.com/validatorjs/validator.js - d1c50054ea0bc5cbd587de9b805a07446c4a344c authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #512 from mkeremguc/master

Turkish locales for isAlpha, isAlphaNumeric and isMobilePhone

github.com/validatorjs/validator.js - 2b36cfec08c925307e48b1d20de599b1e70a73d7 authored almost 9 years ago by Chris O'Hara <[email protected]>
Turkish locales for isAlpha, isAlphaNumeric and isMobilePhone

github.com/validatorjs/validator.js - 2cf66ac8497d52efcda1548b15a7ffff128c1536 authored almost 9 years ago by Mahmut Kerem Güç <[email protected]>
Adding Unencode() HTML Function

github.com/validatorjs/validator.js - 59df9af6a3703010674a8bd8a678f1fc1997c46c authored almost 9 years ago by Brandon Marick <[email protected]>
Update the changelog

github.com/validatorjs/validator.js - 2e3c7d4608f95e364bc03b1566e904135680382f authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge branch 'paragasu-master'

github.com/validatorjs/validator.js - 328cd7a250a84aa2424d8666ca8ac68a2f8fc991 authored almost 9 years ago by Chris O'Hara <[email protected]>
Add a Malaysian locale to isMobilePhone()

github.com/validatorjs/validator.js - f066fe2bf4a0c6d5ada01425f8b742365237006d authored almost 9 years ago by Chris O'Hara <[email protected]>
Update lib with changes

github.com/validatorjs/validator.js - 7742d69aef69a59dee0473aa667a0e30ec195148 authored almost 9 years ago by Chris O'Hara <[email protected]>
Update the README and CHANGELOG

github.com/validatorjs/validator.js - 2ca9021fac8e8e79d25d725b33636a4e6a890aca authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #506 from meehow/patch-1

Polish locales

github.com/validatorjs/validator.js - a3cada4eec8286c9e76b0b41fbab2c58bc2f2093 authored almost 9 years ago by Chris O'Hara <[email protected]>
Test against the latest stable node

github.com/validatorjs/validator.js - 586e0b014ad587289b0b4dde22332601bd4c55bc authored almost 9 years ago by Chris O'Hara <[email protected]>
Explain what isNull() does now that coercion has been removed, closes #505

github.com/validatorjs/validator.js - 22dc32941f7e0e37883b061cfe7a64b2c3de3aaa authored almost 9 years ago by Chris O'Hara <[email protected]>
Don't include validator.js in coverage reports

github.com/validatorjs/validator.js - e10d4bfa6bebf36b8ba4e4caa6ff38fed833564d authored almost 9 years ago by Chris O'Hara <[email protected]>
Update the test section

github.com/validatorjs/validator.js - 06f895a777b26c56573335352aaf281689152138 authored almost 9 years ago by Chris O'Hara <[email protected]>
Remove a leftover section from extend() docs

github.com/validatorjs/validator.js - 74726795ab80a77c2bd9425466f0988607454bff authored almost 9 years ago by Chris O'Hara <[email protected]>
Update the README and changelog

github.com/validatorjs/validator.js - 34779dc57821780e0ac6030e851c3e60f89abf69 authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #496 from forabi/modules

Migrate to ES6

github.com/validatorjs/validator.js - 396f2be6be8921a1e46627ae13a0b94931f3f5e1 authored almost 9 years ago by Chris O'Hara <[email protected]>
Fix README.md

github.com/validatorjs/validator.js - a33b64b3d936c857e197a7c85c026d0d75c645a2 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Rebase on 4.9.0

github.com/validatorjs/validator.js - be9fb9c17027cf2d4a1445717bcb0abe6229c0e7 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Fix ESLint config

github.com/validatorjs/validator.js - bf16624fc120b47c35aa6d0a8500add77ed638c3 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Remove old ESLint config file

github.com/validatorjs/validator.js - b1ff8bc682557052fbba979bcd89084da16ead31 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Upgrade to ESLint 2, remove unnecessary deps

* Note: Looks like ESLint 2 has a bug with the rule "prefer-const", so it is disabled for now

github.com/validatorjs/validator.js - af94fb7332c5254a0501f6d5d6e2985ff9f74f4e authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Prefer template strings

github.com/validatorjs/validator.js - f919358815821890c72f32396561f9307bd46412 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Update the changelog

github.com/validatorjs/validator.js - b96a95307429ef6c5b10a57ac35314d815229fa8 authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #503 from chriso/chriso/faster-base64-validation

Base64 validation without regular expressions

github.com/validatorjs/validator.js - e2ccc9f62f137d63e645a5f5f54bf4837e250467 authored almost 9 years ago by Chris O'Hara <[email protected]>
Condense the if blocks

github.com/validatorjs/validator.js - ebcca98232399b8404ca6b0ec842ab4596329d58 authored almost 9 years ago by Chris O'Hara <[email protected]>
Check padding in the last block

github.com/validatorjs/validator.js - 1bd5b1fc55e290fc5a9f14afcf5d5cef4aa67ea8 authored almost 9 years ago by Chris O'Hara <[email protected]>
Don't use regex to validate base64

github.com/validatorjs/validator.js - 38a5271724264c9887a64d8b9d242699234cd73f authored almost 9 years ago by Chris O'Hara <[email protected]>
Add some more test vectors

github.com/validatorjs/validator.js - f9c0cfb26c4b5324a3b2d349c6f54d652f7e4abb authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #501 from Dadidam/master

Update the README, re #499

github.com/validatorjs/validator.js - 4e06dc61ac359f3721babc61f98de491ee972be0 authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #2 from chriso/master

merge

github.com/validatorjs/validator.js - 620482199aeb7bf2275f371b7ed11605420e9190 authored almost 9 years ago by Ilya <[email protected]>
Update the README, re #499

github.com/validatorjs/validator.js - 438d8daa0a5bad64d7e782558e723529789be702 authored almost 9 years ago by Ilya <[email protected]>
Update the changelog and min version

github.com/validatorjs/validator.js - d36a29d8cabd763a6b3d439ef5f55287dcaaf2e4 authored almost 9 years ago by Chris O'Hara <[email protected]>
Remove the restriction on adjacent hyphens in hostnames

See https://tools.ietf.org/html/rfc952

This closes #500

github.com/validatorjs/validator.js - 1db186a5c5ebdc412c27ab5919781f40934fc223 authored almost 9 years ago by Chris O'Hara <[email protected]>
Update the changelog and min version

github.com/validatorjs/validator.js - 20c8bdf66fa0beee3c7b4512353989cc3b7748bb authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #499 from Dadidam/master

New regexp for 'ru-RU' locale

github.com/validatorjs/validator.js - 1ae83ef707bc4dce65eab794eaf998d8d7875825 authored almost 9 years ago by Chris O'Hara <[email protected]>
Merge pull request #1 from Dadidam/Dadidam-patch-ru-locale

New regexp for 'ru-RU' locale

github.com/validatorjs/validator.js - ebc749738b8b61c76995a4c46fa75e7181f812e4 authored almost 9 years ago by Ilya <[email protected]>
New regexp for 'ru-RU' locale

Add 'ru-RU' locale for 'alpha' and 'alphanumeric'

github.com/validatorjs/validator.js - 9bf0c3602b4e45feb1b134940ccb7596bef0bd30 authored almost 9 years ago by Ilya <[email protected]>
Update README: Add new Arabic locales

github.com/validatorjs/validator.js - e44ca881ef95ebff7f5dad8fa54c5146e29a5980 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Add Arabic locales with tests for isAlpha and isAlphanumeric

github.com/validatorjs/validator.js - 95f355c13222ae9aaa8582fc159723bd6bd7750e authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Lint tests

github.com/validatorjs/validator.js - 369b753bfdbdfe18511a4d208deb5f7cb3199604 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Add isMobilePhone validation for ar-SY, isAlpha and isAlphanumeric for ar

github.com/validatorjs/validator.js - 8b848825fe5c7ffd5c61b6148f84b809f90beefc authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Remove extend documentation from README

github.com/validatorjs/validator.js - a2c44712300376a71f8db29d3f3c1b0453765d2b authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
assertString throw a TypeError

github.com/validatorjs/validator.js - e25b884f727e5b9fb5b807806a2cc20f86eea1b4 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Specify package files instead of ignored files

github.com/validatorjs/validator.js - eaf5088e4ea271c2172837cc2ce3390cda7bf784 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Keep things simple

github.com/validatorjs/validator.js - bf9232a32a05971ad7d35a01e2cf3a6454095c5e authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
bower: ignore index, build and package.json

github.com/validatorjs/validator.js - e53389a3bc29f041d07f2fd87526e40a996e014a authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Build script: move resolveModuleSource outside waterfall function

github.com/validatorjs/validator.js - 11c98c8c533a8dab1fe329b1946620a2722cda90 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
ESLint: Add no console warning in src

github.com/validatorjs/validator.js - 519762506dfa1156fae1e633b3667e7952a80b3e authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Add explicit dependency "babel-core"

github.com/validatorjs/validator.js - bd5e68bbd23c9947a78b3e5e4c096a0f2df49c25 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Remove Makefile from bower.json

github.com/validatorjs/validator.js - 02834433caa1c8ecef5257a1abb11dcc593a41de authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Remove unnecessary ignore rules

github.com/validatorjs/validator.js - 81337beec951ac070168a0d7534785757c9aabd7 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
disable no console warning in root dir

github.com/validatorjs/validator.js - 2a3a92d877b236a09e41320b43d5fa3fc6e05d6e authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Move util to lib/util (only in builds)

github.com/validatorjs/validator.js - 3cdb17349a0af1dd52452b8a8fecf739979750c2 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Fix isBefore and isAfter defaulting to Date instance instead of string

github.com/validatorjs/validator.js - 760015d541c3d261dc78f74c0c9545023f62c1dc authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Remove depd and all related deprecation code

github.com/validatorjs/validator.js - c9efde660a522868049f91928d0912eae2309dd9 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Remove coersion test

github.com/validatorjs/validator.js - ad5c98044aa5b5b7ac599f41387fd6a1afb468d6 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Revert version number in source

github.com/validatorjs/validator.js - 1a264a0bee5fc64ac633591dbd90841f71b3a886 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Remove unnecessary prototype check in toDate

github.com/validatorjs/validator.js - 7832ee3a2e1b37796d763bc18e3491450ef95101 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Revert depd version

github.com/validatorjs/validator.js - 850286da9bd42ef1e19842e7dc932c8ab4a28acb authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Add for-in guard

github.com/validatorjs/validator.js - 238248ad57d9f9a1179f0a673bb9c8fb9c00b88c authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Revert version number

github.com/validatorjs/validator.js - 8aa4a57f67eec74391c19bb920cf5ffa0fd0ec83 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>
Readd comments to browser builds, do not join variables in unminified build

github.com/validatorjs/validator.js - daa442a3fad801a9198aaf7b76260ff49939ab22 authored almost 9 years ago by Muhammad Fawwaz Orabi <[email protected]>