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 #350 from nagromc/master

Add fr-FR locale for isMobilePhone

github.com/validatorjs/validator.js - 6201bbbbb04932becc5ab998173e8e9249cbc023 authored about 10 years ago
Add fr-FR locale to isMobilePhone

github.com/validatorjs/validator.js - 56fac56829ad95e2d24f218c03403e3e2792fc39 authored about 10 years ago
Merge pull request #347 from asaskevich/master

Allowed to use plus sign in `isInt, isFloat, isNumeric` functions

github.com/validatorjs/validator.js - 9da9634310a80e04521b361db4146cffee735b46 authored about 10 years ago
Update validators.js

github.com/validatorjs/validator.js - 0058db8a5dcc0a6c0a05ed71d2ebf0bdf805f1b8 authored about 10 years ago
Update validator.js

github.com/validatorjs/validator.js - c02188e4ba9feaad1d9a1003c0f5b8ff759086dc authored about 10 years ago
Update the README

github.com/validatorjs/validator.js - 006b8e79c58534df4cccfb5a346b7a96ad1c705f authored about 10 years ago
Add en-AU locale to isMobilePhone

github.com/validatorjs/validator.js - adf4150373854de020d90a04413082d9ba0f0be6 authored about 10 years ago
Merge pull request #342 from juriejan/southafrican-country-code

Added South African English country code for mobile number validation

github.com/validatorjs/validator.js - 5db5b6944c3cf95168640c23156cd028f2121e20 authored about 10 years ago
Added South African English country code for mobile number validation

github.com/validatorjs/validator.js - e98893ad180f8b0582bf9835188bf513de21654a authored about 10 years ago
Merge pull request #339 from OneNodeToRuleThemAll/master

Enabled mobile phone validation

github.com/validatorjs/validator.js - b3fc77a5917de3ee5a9eb85015e883cd98f6f229 authored about 10 years ago
make full coverage

github.com/validatorjs/validator.js - fab6d8be254e7ab0dae0b741e019441d43244edf authored about 10 years ago
enabled mobile phone (china) validation

github.com/validatorjs/validator.js - 5e0e935007c9f32d9133cd77914e54fa1d815c10 authored about 10 years ago
enabled phone number (china) verification

github.com/validatorjs/validator.js - 24a08e6073b5b87d6dfb6472aaa78354382747a6 authored about 10 years ago
Update the min version

github.com/validatorjs/validator.js - ffb0da4b3ba5ac91de3e6ed82703de614228db2a authored about 10 years ago
Merge pull request #338 from 790/master

Fix FQDN/URL validator not being RFC compliant with trailing dots

github.com/validatorjs/validator.js - 10bf0d67bd75b65d455dea245fb4ada8e6da7eec authored about 10 years ago
Update README for trailing dot option

github.com/validatorjs/validator.js - 764ea87dcb6a1d53e6c31fc5512c1af6abd9279c authored about 10 years ago
Add allow_trailing_dot option

github.com/validatorjs/validator.js - ff8d3fba5fd9b437b75e70fae9f3ccfbaac29075 authored about 10 years ago
Fix FQDN/URL validator not being RFC compliant with trailing dots

github.com/validatorjs/validator.js - b14628b4bd362ae2b991717f50745932a1e5f845 authored about 10 years ago
Only check object keys, re #336

github.com/validatorjs/validator.js - 49feca30bfcf43bfab33d2eb286d904b6721126b authored about 10 years ago
Merge pull request #336 from snowyu/feature/isIn-object

+ [feature] isIn can validate whether the str is the object's attributes...

github.com/validatorjs/validator.js - 8d6b4ceed20ebe7178ccedc2b98ff915c7a7ab2a authored about 10 years ago
* [bug] validator isIn for non-string supports

github.com/validatorjs/validator.js - f93bb40a2434d34833b0973ac293b13a1977072f authored about 10 years ago
* increase the code coverage

github.com/validatorjs/validator.js - 5f23ff68f07abc0af3f393de80537c12fda7e014 authored about 10 years ago
* [bug] the original value of the object should be passed too.

github.com/validatorjs/validator.js - 514c1c8ed28a60d59c3e22c81c9feca0e39b3516 authored about 10 years ago
+ [feature] isIn can validate whether the str is the object's attributes.

github.com/validatorjs/validator.js - d907461bbd4185f598865de1eb58b8b13fca8578 authored about 10 years ago
Update the min version

github.com/validatorjs/validator.js - 9b2a2860b65c8f61692dbdae3aaeaebd77403414 authored about 10 years ago
Merge pull request #335 from galanonym/master

Escaping of / character, according to OWASP

github.com/validatorjs/validator.js - 0a14e0511512f21a3b768d86f85dd6169c511dc9 authored about 10 years ago
Minor fix to indentation in escape method

github.com/validatorjs/validator.js - 361f2835c9991aaa5574cd94786ecc23cedeb334 authored about 10 years ago
Add / entity to the escape method without the owasp flag

github.com/validatorjs/validator.js - 7515b476b8f404aac0c005561f7e40b3a5d9f9eb authored about 10 years ago
Add option for stronger escaping of / character, according to OWASP

github.com/validatorjs/validator.js - acfec6209540eee7049b8cb16b4ca5ed85dd140d authored about 10 years ago
Fix the domain part regex, closes #329

github.com/validatorjs/validator.js - 2c711dfa8f0dc9dc7180064a7d2b8ff0d17287cb authored about 10 years ago
parseInt ignores trailing characters, closes #325

github.com/validatorjs/validator.js - ef3e98eb2e550542ce99a2a2ade7d5c602f7da3b authored about 10 years ago
Fix the min version

github.com/validatorjs/validator.js - e737379d362fc6b0aceb5197d814a0127fb98455 authored over 10 years ago
Merge pull request #324 from EgoAleSum/patch-mongo

Added a function to validate hex-encoded MongoDB ObjectId

github.com/validatorjs/validator.js - 6c8e0a5f527a62843477171b854e29200591984a authored over 10 years ago
Added a function to validate hex-encoded MongoDB ObjectId.

MongoDB's ObjectId are widely used with Node.js. They're represented in hex format as 24-charact...

github.com/validatorjs/validator.js - b60197c063e7ef2a457a6a7fad1b5545dbcd1401 authored over 10 years ago
Use a hand-rolled url parser, re #152

github.com/validatorjs/validator.js - f9be99fc355ffb0ff96e3fa54fbbdcd3606c434e authored over 10 years ago
Cleanup the previous PR

github.com/validatorjs/validator.js - 7aebc4723e60789e76170407c1c042aef298d8c8 authored over 10 years ago
Add missing header removed in 5c47b06

github.com/validatorjs/validator.js - 6bf49562fe41af3439f160c411c1c158db559a4e authored over 10 years ago
Update the min version

github.com/validatorjs/validator.js - fad768c55fdc13b8a6a076f82ac7653e22e6da71 authored over 10 years ago
Merge pull request #320 from EgoAleSum/patch-email

validator.normalizeEmail improvements

github.com/validatorjs/validator.js - f77fd43cdd236e7f3bb59b97f835d4c05443de13 authored over 10 years ago
Updated patch as requested

github.com/validatorjs/validator.js - 384a2aebe67e9f7adb4a93118a216b6c633c8db1 authored over 10 years ago
Fixed merge conflict on README.md

github.com/validatorjs/validator.js - 5c47b06633e5dcf39c3b968e489fac3cc8d63810 authored over 10 years ago
normalizeEmail converts googlemail.com to gmail.com by default, as requested

github.com/validatorjs/validator.js - 5758f8ab621587b4907357801db3dbc5a595a9e6 authored over 10 years ago
Make a note about char escaping, re #321

github.com/validatorjs/validator.js - 23db5ba0d04f4d67f53b2406ad0477151476588a authored over 10 years ago
Updated the README file

github.com/validatorjs/validator.js - 6ba1c3ed7762312db08b5bd4debc7e4d89ec90dc authored over 10 years ago
Restored file permissions /(sorry for that)

github.com/validatorjs/validator.js - ec0cc3bcdfcd4319fa14ec69cd0078b73c199217 authored over 10 years ago
Patch for validator.normalizeEmail: reject invalid emails, add more flexibility, improved googlemail.com support

github.com/validatorjs/validator.js - a9a9f7e70091a0201b8a5c9a264fe3faf5e2c833 authored over 10 years ago
Update the min version

github.com/validatorjs/validator.js - 21fb87917235e40519385b8869ff0024123c97c2 authored over 10 years ago
Merge pull request #319 from flienteen/master

An email address can have one or more dots

github.com/validatorjs/validator.js - 76c6458ca53aa4474b1000a077b95f3859f5a98e authored over 10 years ago
Cleanup the previous commit

github.com/validatorjs/validator.js - e7ba65370414a06db2225130d172d5d767b87af3 authored over 10 years ago
Updated test for normalizeEmail

github.com/validatorjs/validator.js - 0b7fc63e0bb414fad2bb13eaa3664d2b945714c5 authored over 10 years ago
Fix for normalizeEmail, an email address can have one or more dots

github.com/validatorjs/validator.js - d58281a387917dd4adf6c312847085d89a9e8457 authored over 10 years ago
Merge pull request #317 from alsotang/patch-1

Update README.md

github.com/validatorjs/validator.js - 0363563d2e6d9fd0222ce175071e0f46228225dc authored over 10 years ago
Host whitelist/blacklist, re #316

github.com/validatorjs/validator.js - 14400d4bcb32fa3c2b2031becec4fa49711eb931 authored over 10 years ago
Check for exports as well as module, closes #315

github.com/validatorjs/validator.js - c46129687616b764f2a855f2908293d1b0bf34e6 authored over 10 years ago
Simplify the FQDN validator

github.com/validatorjs/validator.js - 19b820fb021dddd9613ef22513405a0a3c24187f authored over 10 years ago
Continue breaking the isURL validator up into parts, re #314

github.com/validatorjs/validator.js - 1f18a28be46b85dba1fdc30804e231fcac226e8e authored over 10 years ago
Merge branch 'xpepermint-master'

github.com/validatorjs/validator.js - 5fac59de6f53a5b0d73a3d6d3cfdab64ea8bca49 authored over 10 years ago
Merge branch 'master' of github.com:xpepermint/validator.js into xpepermint-master

Conflicts:
validator.min.js

github.com/validatorjs/validator.js - 3d308b58a25cef85bd0757ee04ec594a7c8fb521 authored over 10 years ago
extracting fqdn from isURL, isDomain to isFQDN

github.com/validatorjs/validator.js - 7ea357d1aa8bb910db12c9ac6ba9f146267edabf authored over 10 years ago
Update the min version

github.com/validatorjs/validator.js - f9768d1662a3e095ad4f26366eda2478aa06c5ea authored over 10 years ago
Merge pull request #313 from aichholzer/master

Encode single quote into ' instead of '

github.com/validatorjs/validator.js - 7918084fd55a36ac8891c308bd043d96ae461151 authored over 10 years ago
Should actually be: V. 3.17.2

github.com/validatorjs/validator.js - 1f7a63f222ce0924423e59606336f7f3e77e6963 authored over 10 years ago
Should actually be: V. 3.17.2

github.com/validatorjs/validator.js - 7858f8607b01a29547fc4f0f3256b01922b8d954 authored over 10 years ago
isDomain domain name validator

github.com/validatorjs/validator.js - 7b7ec6b98a4829f85ec9bd32f1854cd76fcbd25c authored over 10 years ago
Encode single quote into ' instead of ' which does not appear in HTML.

github.com/validatorjs/validator.js - 71f5518f798a9b983dcf9cfc0f014b4388b53cc0 authored over 10 years ago
Don't allow a trailing dot, re #309

github.com/validatorjs/validator.js - 20b1bc35da0c2b2e87b03689e5571d889eb41e4d authored over 10 years ago
Add a README entry, re #303

github.com/validatorjs/validator.js - b24e12d1d042b278210846a5b53d9e11304b4b05 authored over 10 years ago
Reduce the normaliseEmail sanitizer, re #303

github.com/validatorjs/validator.js - 21c09f8631c11700f1c6853af83d100998fd0f07 authored over 10 years ago
Merge pull request #303 from guyellis/master

Added sanitizer to normalize gmail and google email addresses.

github.com/validatorjs/validator.js - 84fa2b915cbe2bda48a316debf8476abd89bf75c authored over 10 years ago
Updated style, reverted versions etc.

github.com/validatorjs/validator.js - 0685841d61ea8c0fb5ed8a990ce363b91e3a26d6 authored over 10 years ago
Fixed bug: changed google.com to googlemail.com

Fixed bug: lowercase results
Increased code coverage for this test to 100%

github.com/validatorjs/validator.js - 63b77ba7699706b759044458dafb27e0e18808c5 authored over 10 years ago
Merge branch 'master' of github.com:chriso/validator.js

github.com/validatorjs/validator.js - d6307ff02219c07cf3b34daee73683274d9d178d authored over 10 years ago
Fix bug in sanitizer tests, closes #304

github.com/validatorjs/validator.js - 9b672c69ee1a485904f6f8d176f2b36f2c7e79c8 authored over 10 years ago
Added sanitizer to normalize gmail and google email addresses.

github.com/validatorjs/validator.js - 0dc069e734c81d6dd6f247845d722b7a093133e2 authored over 10 years ago