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

Cleanup the previous PR

github.com/validatorjs/validator.js - b949e902340f86713359edc6b37eed1de1667a5b authored over 10 years ago by Chris O'Hara <[email protected]>
Merge pull request #300 from opendns/master

Fix for broken sort in isIP method.

github.com/validatorjs/validator.js - c50396d4c713f399851b2ea4f5bf3458cc28986a authored over 10 years ago by Chris O'Hara <[email protected]>
Updated test to add failing case for old version of isIP

github.com/validatorjs/validator.js - 4cb0aceac6e16b1e881d017e0dfe85d9cc2dd324 authored over 10 years ago by jtwg <[email protected]>
Fix for broken sort in isIP method.

github.com/validatorjs/validator.js - 3912b3b810b2e2e9ef2cf4972080a9e2b60eacf4 authored over 10 years ago by Joshua Sibelman <[email protected]>
Escape apostrophes, re #296

github.com/validatorjs/validator.js - 7cc6b423da99f1f1f0268e6bd5961e1fcd5a6915 authored over 10 years ago by Chris O'Hara <[email protected]>
Allow underscores in URLs using an option, re #242, #276 #294

github.com/validatorjs/validator.js - b49b319cc27be6ad23250c5e25c9eb01f033cdfa authored over 10 years ago by Chris O'Hara <[email protected]>
Allow for double hyphens in isURL, closes #294

github.com/validatorjs/validator.js - f860503dab4f9198a44ce933b04a2ab0cb248548 authored over 10 years ago by Chris O'Hara <[email protected]>
Merge pull request #292 from nilgradisnik/feature-base64-validator-fix

Regex fix for base64 which validates slash characters.

github.com/validatorjs/validator.js - 09f39278690f08a58920ac5941dfcf1625e46e0c authored over 10 years ago by Chris O'Hara <[email protected]>
Regex fix for base64 which validates slash characters.

github.com/validatorjs/validator.js - a51484e525b65af340328f2c4493996541beba9d authored over 10 years ago by Nil Gradisnik <[email protected]>
Fix up the isBase64 addition

github.com/validatorjs/validator.js - ba1ede332889995eb6c08fe560fdac89efb84c5f authored over 10 years ago by Chris O'Hara <[email protected]>
Merge pull request #291 from nilgradisnik/feature-base64-validator

Added base64 string validator. Added base64 test.

github.com/validatorjs/validator.js - 60a9373d2b060ba1b9ecce3f239abdc84608a1c3 authored over 10 years ago by Chris O'Hara <[email protected]>
Added base64 string validator. Added base64 test.

github.com/validatorjs/validator.js - 27ff0b6b98331424c75de99b0c07c60d886ec6d0 authored over 10 years ago by Nil Gradisnik <[email protected]>
Merge pull request #286 from elegantcoder/master

Improve some methods to return strict boolean values

github.com/validatorjs/validator.js - ffc90fec141a2bd5e5356a958b59062b1adc5ed5 authored over 10 years ago by Chris O'Hara <[email protected]>
Improve some methods to return strict boolean values

github.com/validatorjs/validator.js - 2ec05ef32ca0bcd7463d0f19aa255006f2de5cac authored over 10 years ago by Contantine Kim <[email protected]>
Merge pull request #285 from tgfjt/patch-1

add new isSurrogatePair method to the README

github.com/validatorjs/validator.js - f9a67e2cfa5b868de5700c685c13903aac590213 authored over 10 years ago by Chris O'Hara <[email protected]>
add new isSurrogatePair method to the README

github.com/validatorjs/validator.js - c96e5f4e2400175920376708ca8feba7e3a59ce7 authored over 10 years ago by fujita <[email protected]>
Fix up the last commit

github.com/validatorjs/validator.js - bf2802067ab8e8da7814256b244ef3456b99329d authored over 10 years ago by Chris O'Hara <[email protected]>
Export the old isLength behaviour as isByteLength

github.com/validatorjs/validator.js - 2f4b79a6dae9546e9a8fff5ea2eb1fa745c83628 authored over 10 years ago by Chris O'Hara <[email protected]>
Merge pull request #284 from tgfjt/feature/surrogatepair

support Surrogate Pair #isLength

github.com/validatorjs/validator.js - b282b681b16882842432b9d569e508f9de433af8 authored over 10 years ago by Chris O'Hara <[email protected]>
support Surrogate Pair #isLength

github.com/validatorjs/validator.js - 625b980b6127bc400ce9f8de76aede0e95018fd6 authored over 10 years ago by tgfjt <[email protected]>
Bump engine requirement to latest stable

github.com/validatorjs/validator.js - cbb1346a142a5b591657686a67c52a1688a40f4e authored over 10 years ago by Chris O'Hara <[email protected]>
Update min version

github.com/validatorjs/validator.js - ffac2de23d94af0c444f6e9d806a3c4d79694a4c authored over 10 years ago by Chris O'Hara <[email protected]>
Test coverage

github.com/validatorjs/validator.js - d7a3aef63d7bd6c78e074a2bf991a1ce517f2d9f authored over 10 years ago by Chris O'Hara <[email protected]>
Update bower.json

github.com/validatorjs/validator.js - 3c8973826be7e0ce83bd03632004d9cfab35727d authored over 10 years ago by Chris O'Hara <[email protected]>
Add coveralls

github.com/validatorjs/validator.js - 4188c5ed274f9ba1915916f2031f8e3ed2cc1b84 authored over 10 years ago by Chris O'Hara <[email protected]>
Update README.md

github.com/validatorjs/validator.js - 74882df894bb149c415fd466935419a2003e7310 authored over 10 years ago by Chris O'Hara <[email protected]>
Use Array.prototype.join(), closes #282

github.com/validatorjs/validator.js - 22759f62981d57f5067d25dfa15deec28a1928bd authored over 10 years ago by Chris O'Hara <[email protected]>
Merge pull request #280 from EgoAleSum/patch-filter1

Added filters to remove low ASCII characters

github.com/validatorjs/validator.js - 17c4094bd984cf4230580c0c9169881faf9efae2 authored over 10 years ago by Chris O'Hara <[email protected]>
Changed as requested

github.com/validatorjs/validator.js - a195d3802b57c6a2414107df7dbbe09792aea9e1 authored over 10 years ago by Alessandro Segala <[email protected]>
Changed as per discussion in issue #279

github.com/validatorjs/validator.js - f13f5652c48d56b2742e1a8ef2f81766eac90081 authored over 10 years ago by Alessandro Segala <[email protected]>
Added filters to remove low ASCII characters (control characters, newlines - optionally, etc)

github.com/validatorjs/validator.js - 86eba02cf6b66e549eb71e9ad5ca8eaacbeb6560 authored over 10 years ago by Alessandro Segala <[email protected]>
Validate port range, closes #278

github.com/validatorjs/validator.js - 1c38351d4eb122ca71fcf7565bfc3b70fa923b72 authored over 10 years ago by Chris O'Hara <[email protected]>
Add new methods to the README, re #274

github.com/validatorjs/validator.js - 96f4c3280d576ffb3556afc321a9c871301c99e6 authored over 10 years ago by Chris O'Hara <[email protected]>
Merge branch 'feature/multibyte' of github.com:tgfjt/validator.js into tgfjt-feature/multibyte

Conflicts:
validator.min.js

github.com/validatorjs/validator.js - e5360940b87cad4012f7384650fbde5abe146ce5 authored over 10 years ago by Chris O'Hara <[email protected]>
Update bower install command, re #277

github.com/validatorjs/validator.js - 2b10636bdc1850a40cea5ec47813d6d35fb7c303 authored over 10 years ago by Chris O'Hara <[email protected]>
Merge pull request #277 from austinpray/betterBower

enhance bower support

github.com/validatorjs/validator.js - 7591e69a96dd3b684a3903e46b279e951163ef2f authored over 10 years ago by Chris O'Hara <[email protected]>
Update bower.json

github.com/validatorjs/validator.js - fb8798d410414cd0dee3a055ebc4044c57ae6207 authored over 10 years ago by Austin Pray <[email protected]>
enhance bower

github.com/validatorjs/validator.js - f9cfea616bcbbf66e8e213b87ebd412dd280b55e authored over 10 years ago by Austin Pray <[email protected]>
fix #isVariableWidth,#isHalfWidth,#isFullWidth,#isAscii,#isMultibyte

github.com/validatorjs/validator.js - a1ec7893558ea4e18ade0e19321d08dae3be1326 authored over 10 years ago by tgfjt <[email protected]>
add #isVariableWidth,#isHalfWidth instead of #isMultibyte,#isAscii

github.com/validatorjs/validator.js - c98e10778370eae5969c6e41fa236ce4395281ae authored over 10 years ago by tgfjt <[email protected]>
fix #isMultibyte #isAscii

github.com/validatorjs/validator.js - f929ccb280e244a143069d3236c7cfe9374a4129 authored over 10 years ago by tgfjt <[email protected]>
fix #isMultibyte #274

github.com/validatorjs/validator.js - 5b400d9baef990a22114f09e5c72ba46e64dfdb6 authored over 10 years ago by tgfjt <[email protected]>
Add new isMultibyte method to the README

github.com/validatorjs/validator.js - fedda077fa1051a6908716540f7d55361ed6bf81 authored over 10 years ago by Chris O'Hara <[email protected]>
Merge pull request #274 from tgfjt/feature/multibyte

add #isMultibyte

github.com/validatorjs/validator.js - 374c2560a0002257d67addc5e2edca8c4e032fad authored over 10 years ago by Chris O'Hara <[email protected]>
add #isMultibyte w/ tests

github.com/validatorjs/validator.js - b79e3ea09f575ad1e4d1e560388ee8ddf469e467 authored over 10 years ago by tgfjt <[email protected]>
Use the public Github URL, re #273

github.com/validatorjs/validator.js - 389132b0f4478b8640761584872c3287760592de authored almost 11 years ago by Chris O'Hara <[email protected]>
Change the coercion order so it calls obj.toString first, closes #272

github.com/validatorjs/validator.js - 6018db0b528c2674d833e88f803df073ae5f176a authored almost 11 years ago by Chris O'Hara <[email protected]>
Remove redundant ?

github.com/validatorjs/validator.js - cb1d3be1ba8d6c45ee3715c13a1d2546b3e16088 authored almost 11 years ago by Chris O'Hara <[email protected]>
Support international domain names, closes #271

Allow the ASCII Compatible Encoding (ACE) prefix

github.com/validatorjs/validator.js - 24f5c7a78420db5931749be36d00fecda922dfee authored almost 11 years ago by Chris O'Hara <[email protected]>
Improve the Makefile

github.com/validatorjs/validator.js - e874de13ccade1b772f31b3137ee09cc3656ba95 authored almost 11 years ago by Chris O'Hara <[email protected]>
Avoid Array.indexOf which is unavailable in IE8

github.com/validatorjs/validator.js - 806cd1406297ea035825ed38b5ed7e323c08c7d3 authored almost 11 years ago by Chris O'Hara <[email protected]>
Update the README

github.com/validatorjs/validator.js - eac47181d4fc0d5a1c1e49fff66fb67c4a20f790 authored almost 11 years ago by Chris O'Hara <[email protected]>
Merge pull request #266 from cabbiepete/master

Making tests pass by aligning version number and building .min.js file

github.com/validatorjs/validator.js - d03983d1e2922ad07748225c074d7de37db01cb9 authored almost 11 years ago by Chris O'Hara <[email protected]>
Making tests pass by aligning version number and building .min.js file

github.com/validatorjs/validator.js - 424c7bf6fc64552b7dbebbbb60b02e4d90c55263 authored almost 11 years ago by Peter Simmons <[email protected]>
Merge pull request #230 from Jack12816/master

Added UTF8 support for isEmail validator

github.com/validatorjs/validator.js - eb2f6185ac50bfd5cd88692c2d702207dfae73d5 authored almost 11 years ago by Chris O'Hara <[email protected]>
Added utf8 support for isEmail validator.

github.com/validatorjs/validator.js - b22144f03ce359f2deb81d7ca296aa29a62b7411 authored almost 11 years ago by Hermann Mayer <[email protected]>
Remove deprecated gitignore entries

github.com/validatorjs/validator.js - a40e94cd9bfb909a36d94d4904393fa8e535ed83 authored almost 11 years ago by Chris O'Hara <[email protected]>
Fix a failing test

github.com/validatorjs/validator.js - 73248e40c14d25c7d4ee58d0b833eea362945c54 authored almost 11 years ago by Chris O'Hara <[email protected]>
Add an option to require the URL protocol, re #262

github.com/validatorjs/validator.js - 0d8c69227e9055078ca338d9d21d993221ed1638 authored almost 11 years ago by Chris O'Hara <[email protected]>
Add isJSON to the README, re #261

github.com/validatorjs/validator.js - 7cfed70a59783a48d5d1da297a3c70f146eef9dd authored almost 11 years ago by Chris O'Hara <[email protected]>
Merge pull request #261 from cjroth/master

add #isJSON

github.com/validatorjs/validator.js - 65e838f68ed0c06bd3efaa57790cc99a7a279def authored almost 11 years ago by Chris O'Hara <[email protected]>
add #isJSON w/ tests

github.com/validatorjs/validator.js - a8efadfc0a48435c549b44a535286211e5a9b82b authored almost 11 years ago by Chris Roth <[email protected]>
Update the minified version

github.com/validatorjs/validator.js - a2cd51b46ec4ce8eac05a780bd41880cde97c51f authored almost 11 years ago by Chris O'Hara <[email protected]>
More relaxed with URLs that omit a path, closes #168

The following URLs are now considered valid:
- http://foobar.com?foo=bar
- http://foobar.com#foo

github.com/validatorjs/validator.js - e438a2b7b41c6438ee6e011008c2eb5fc94b9311 authored almost 11 years ago by Chris O'Hara <[email protected]>
Allow URLs without a TLD, re #168

github.com/validatorjs/validator.js - aa8cd57a33675ab1bb106a518fc80e9631ed9e32 authored almost 11 years ago by Chris O'Hara <[email protected]>
Allow custom URL protocols, closes #260

github.com/validatorjs/validator.js - e7a068916637f45024f864ebd5fe391ce365ab67 authored almost 11 years ago by Chris O'Hara <[email protected]>
Add a migration guide from 1.x and 2.x, closes #256

github.com/validatorjs/validator.js - c3689339523e0502dc1a83ea113a5077ab995f3d authored almost 11 years ago by Chris O'Hara <[email protected]>
Merge pull request #259 from nodecode/master

missing "]"

github.com/validatorjs/validator.js - 687228511117166a32ba0ba771feb3b23f59fd98 authored almost 11 years ago by Chris O'Hara <[email protected]>
Update README.md

github.com/validatorjs/validator.js - 3c636e0431260f46ceaa2615360b26eb9f11d825 authored almost 11 years ago by nodecode <[email protected]>
Move the library initialisation

We automatically coerce the first argument of each builtin to
a string. This wasn't happening un...

github.com/validatorjs/validator.js - 716b667a5f89713abba0ef3be3d2d3ad21e7aace authored almost 11 years ago by Chris O'Hara <[email protected]>
Don't coerce to a string if already a string, re #253

github.com/validatorjs/validator.js - 953559b7762e7ea786fd2a601204fea66981813c authored almost 11 years ago by Chris O'Hara <[email protected]>
Make a note about bower installation, closes #252

github.com/validatorjs/validator.js - c780a68c2e015c61bdf86de29d61fe76ffcca5a0 authored almost 11 years ago by Chris O'Hara <[email protected]>
Fix references to old repository

github.com/validatorjs/validator.js - 23c16cb2a2d70462bca02584296a2744ede168f3 authored almost 11 years ago by Chris O'Hara <[email protected]>
Make it easy to extend the library, re #251

github.com/validatorjs/validator.js - 393ae75f830fb4b678fa83398ed0080e219646fb authored almost 11 years ago by Chris O'Hara <[email protected]>
Use strict

github.com/validatorjs/validator.js - 6a27d62810af947d989a8c8fbe1374e5ad31809a authored almost 11 years ago by Chris O'Hara <[email protected]>
Merge pull request #248 from micrypt/patch-1

README: update `remove-xss` link.

github.com/validatorjs/validator.js - 56935e90b144d052a5682bade7f1bba019c9a869 authored almost 11 years ago by Chris O'Hara <[email protected]>
README: update `remove-xss` link.

github.com/validatorjs/validator.js - 5a3df83b7a30a8f823bd909d6a754d01becd159e authored almost 11 years ago by Seyi Ogunyemi <[email protected]>
Update travis badge location

github.com/validatorjs/validator.js - 2c33256ecd1d79df6402afbeaea7d86a100cd9f2 authored almost 11 years ago by Chris O'Hara <[email protected]>
Remove cruft

github.com/validatorjs/validator.js - aa6815639d5b338d3b467d70e7f85d61148aea43 authored almost 11 years ago by Chris O'Hara <[email protected]>