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

1.0.0 - switch to semver

github.com/validatorjs/validator.js - 305dd302f48da6d52153f8571899a8b78f64d72e authored over 11 years ago by Chris O'Hara <[email protected]>
Better coercion of objects to strings, closes #176

github.com/validatorjs/validator.js - e4c5ac796cdb1ac3080406a58d7e4a48faaca544 authored over 11 years ago by Chris O'Hara <[email protected]>
Remove isArray

github.com/validatorjs/validator.js - 4e437859095b40f3ac27b07ff2c2bbe632333f11 authored over 11 years ago by Chris O'Hara <[email protected]>
Add tbasse to list of contributors

github.com/validatorjs/validator.js - 6628b3a0e5f088b8b41b972945734383c3982a44 authored almost 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #173 from tbasse/fix/contains

contains() passes with empty strings

github.com/validatorjs/validator.js - 74de44e528eea875839bbfd369da912285f992a0 authored almost 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #175 from tbasse/fix/isUUID

Add isUUIDv3(), isUUIDv4() to match with isIP methods

github.com/validatorjs/validator.js - a257ee5b5fac3055a07873291445caf9e1d21803 authored almost 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #174 from tbasse/fix/addMissing

Add is(), not() and isFloat() to node-version

github.com/validatorjs/validator.js - 7613fdb86b250b491d4f72331f9636a744cd7aa5 authored almost 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #171 from tbasse/fix/isLowerUpperCase

toLowercase() and toUppercase() fail on foreign characters

github.com/validatorjs/validator.js - 9f418282a581c9b313faf638e6486aa33b00fee8 authored almost 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #169 from tbasse/fix/isInt

fixes node-version of isInt() to work as stated in README

github.com/validatorjs/validator.js - d0c06b7d8e14dd2ed0ff00e872e3a018b3fa303c authored almost 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #170 from tbasse/fix/isDivisible

Fixes isDivisibleBy() and adds it to the browser-version

github.com/validatorjs/validator.js - b0a435fd4f0ef8dfcef0e519a8be61f64ee355ee authored almost 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #172 from tbasse/fix/isIP

Add isIPv4() and isIPv6() to browser-version and README.md

github.com/validatorjs/validator.js - bd21befc3c0f24327aa96e2968de8e9b64cd26ea authored almost 12 years ago by Chris O'Hara <[email protected]>
adds isUUIDv3(), isUUIDv4() to match with isIP() methods

github.com/validatorjs/validator.js - 6e2dbb92b4babdebf4481c88fddcaee702fa7edb authored almost 12 years ago by tbasse <[email protected]>
adds is(), not() and isFloat() to node-version

github.com/validatorjs/validator.js - f2cc50728643f0f3e535498e463002d038bba36f authored almost 12 years ago by tbasse <[email protected]>
adds isIPv4() and isIPv6() to README.md

github.com/validatorjs/validator.js - 205fd549b9df0d27b09f33d476c7efcfc2782bf1 authored almost 12 years ago by tbasse <[email protected]>
adds isIPv4() and isIPv6() to browser-version

github.com/validatorjs/validator.js - 64b0ee05e405a397f036f12f0fa67669b1460c89 authored almost 12 years ago by tbasse <[email protected]>
changes isIP to rely on isIPv4() and isIPv6()

github.com/validatorjs/validator.js - 045702e964500c1c91935d7d4fee1a33e13fa9a7 authored almost 12 years ago by tbasse <[email protected]>
changes .contains() to fail on empty strings

github.com/validatorjs/validator.js - 57ad4019d60f65381ef1c9ab8b33c352de8f0102 authored almost 12 years ago by tbasse <[email protected]>
adds isDivisibleBy() to browser-version

github.com/validatorjs/validator.js - f7a798173679cf0deca3db361d7ac65174ed1913 authored almost 12 years ago by tbasse <[email protected]>
fixes isDivisibleBy() to fail on alphabetic strings

github.com/validatorjs/validator.js - e098f327e5645996ef527ed9745f4128d31bd089 authored almost 12 years ago by tbasse <[email protected]>
changes toLowercase()/toUppercase() to let more than a-z and 0-9 pass

isLowercase()/isUppercase() failed on whitespace, punctuation marks and non-ascii letters becaus...

github.com/validatorjs/validator.js - f327824a0b7cb5ada7a9b54643125ed766808372 authored almost 12 years ago by tbasse <[email protected]>
fixes node-version of isInt() to work as stated in README

node-version of isInt() did let zeropadded numbers pass. Updated node-versions code to the worki...

github.com/validatorjs/validator.js - b8ac87895a9af5fd0f329bdf2a385f2d1f0f43f8 authored almost 12 years ago by tbasse <[email protected]>
Merge pull request #165 from tbasse/master

Added validation methods isHexadecimal() and isHexColor()

github.com/validatorjs/validator.js - 8d4eb82f77576213866d6795f60545680936b8ec authored almost 12 years ago by Chris O'Hara <[email protected]>
Added isHexadecimal() and isHexColor() to README.md

github.com/validatorjs/validator.js - 96bef0ed7c631e1f0e9a197d876f680c1de31250 authored almost 12 years ago by tbasse <[email protected]>
Added validation methods isHexadecimal() and isHexColor()

github.com/validatorjs/validator.js - bba4fb06dbb51cddb1f5ebf9d097405a98377718 authored almost 12 years ago by tbasse <[email protected]>
Add npm test shortcut, re #162

github.com/validatorjs/validator.js - 0ef4a98155dd4d9513fb6b076ffaa312c9f33aa8 authored almost 12 years ago by Chris O'Hara <[email protected]>
Better defaults for isNull, notNull, re #156

github.com/validatorjs/validator.js - 0fae867137a9bd72dd6b24626ed1f9a5200c0b7f authored almost 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #154 from pchw/fixed-oelig

"oelig" charactor's encode/decode failed

github.com/validatorjs/validator.js - 060c38083858ce91d8171db6861a968a41827709 authored almost 12 years ago by Chris O'Hara <[email protected]>
fixed bugs for &oelig; and &frac12;

github.com/validatorjs/validator.js - 439c2835ca89d312c44a8413d1b31b3ac93dbc9a authored almost 12 years ago by pchw <[email protected]>
Add EntityEncode() & EntityDecode() testcases for &oelig; and &frac12;

github.com/validatorjs/validator.js - 9ffe91c8de0f7c472573a14e416d042070d42f43 authored almost 12 years ago by pchw <[email protected]>
Add isAfter() and isBefore() to the browser version, closes #149

github.com/validatorjs/validator.js - b67ba2fe55e321d73979ff19e67e94e26cd5e054 authored almost 12 years ago by Chris O'Hara <[email protected]>
Add an escape() to match closure's htmlEscape() fn , closes #151

github.com/validatorjs/validator.js - c34136b76e3561104f5b1b21f49fffa5d3af1fca authored almost 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #148 from cmawhorter/master

throw ValidatorError instead of general Error

github.com/validatorjs/validator.js - c24d6b1cbd61d7fec2beeb826192690b627b8547 authored almost 12 years ago by Chris O'Hara <[email protected]>
accidentally added testing file

github.com/validatorjs/validator.js - 66bfded48a1ab2f98ce07c32c91778506a4482ff authored almost 12 years ago by Cory Mawhorter <[email protected]>
replaced dbl req

github.com/validatorjs/validator.js - 5b7f14de41d23c6f3371a62d5260b75c38e476dc authored almost 12 years ago by Cory Mawhorter <[email protected]>
added ValidatorError

github.com/validatorjs/validator.js - cda7eb323e95ad8d233b4e78be8cabdc245acc0c authored almost 12 years ago by Cory Mawhorter <[email protected]>
add some feedback

github.com/validatorjs/validator.js - fef064bc99d3fe48d82dc9857feeb43d5de2cc3e authored almost 12 years ago by Cory Mawhorter <[email protected]>
Merge pull request #141 from vovan22/master

Fix [removed] in xss method

github.com/validatorjs/validator.js - b1ac347904162ed0698488d87e45471cff5c1c99 authored almost 12 years ago by Chris O'Hara <[email protected]>
Fix [removed] in xss method

github.com/validatorjs/validator.js - 0137e332333d61622b674a514a43115b06c2b7bf authored almost 12 years ago by Baranovskiy Artem <[email protected]>
Fix filter regression, re #136, closes #139

github.com/validatorjs/validator.js - 0014d34004e3f811cc010befa3f0f5b93c6795d2 authored almost 12 years ago by Chris O'Hara <[email protected]>
Coercion consistency, closes #136

github.com/validatorjs/validator.js - 075c3594d7e1d0a5a9500d3246c470824a55e4e7 authored almost 12 years ago by Chris O'Hara <[email protected]>
Fix issue with radix arg, closes #134

github.com/validatorjs/validator.js - cb0bfdd559c4d9fdb4118cb788ff628129e7639f authored about 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #133 from nicolaasmatthijs/master

Argument replacement fails on non-string validation messages

github.com/validatorjs/validator.js - 63ed3ec624a794f88c6b65f0de6ba62ccb1554b2 authored about 12 years ago by Chris O'Hara <[email protected]>
Making sure that the error message is a string before calling replace on it

github.com/validatorjs/validator.js - 78acadc746e0dfceba94c302b02f195f5c7a04c3 authored about 12 years ago by Nicolaas Matthijs <[email protected]>
Merge pull request #131 from vizo/patch-1

Replacing error messages with validation arguments

github.com/validatorjs/validator.js - 19e11956f0c5bc394a637e705e949d7db62a9192 authored about 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #132 from chuyeow/master

Make isBefore() and isAfter() checks really non-inclusive

github.com/validatorjs/validator.js - 70556e8df1da1edcb0e7978141ab80cd252a38b0 authored about 12 years ago by Chris O'Hara <[email protected]>
Make isBefore() and isAfter() checks actually non-inclusive.

github.com/validatorjs/validator.js - 9e545e4004ae7a640762a38f070432cb56c274a4 authored about 12 years ago by Cheah Chu Yeow <[email protected]>
Replacing error messages with validation arguments

Replacing default or given error message text with arguments like:
%0 => arg0, % => arg1, %2 =>...

github.com/validatorjs/validator.js - 7173496dfc6954557d494a7dc688472c3731a6e6 authored about 12 years ago by vizo <[email protected]>
Exclude mailto: from isUrl(), re #128

github.com/validatorjs/validator.js - db1cca2630adf39a1a3a732f572877c0b6206c75 authored about 12 years ago by Chris O'Hara <[email protected]>
Use an isUrl() validator from @diegoperini, closes #109

github.com/validatorjs/validator.js - a643b4ffbfce18dae00ea6d94854e82af80cc555 authored about 12 years ago by Chris O'Hara <[email protected]>
Fix isUrl bug, closes #127

github.com/validatorjs/validator.js - 3f124c64c14f4773d33aa3a78c4be30d0da6e9fd authored about 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #122 from andyburke/master

Check for 'undefined' being checked...

github.com/validatorjs/validator.js - 8f885c135a34037a38ab394c1918e2a41758ad4d authored about 12 years ago by Chris O'Hara <[email protected]>
Check for undefined string being checked.

github.com/validatorjs/validator.js - ba392935f2841aeb1585a3be3f9feaf77b2e597b authored about 12 years ago by Andy Burke <[email protected]>
Fix bug in browser version, closes #111

github.com/validatorjs/validator.js - bf4e4f1223f3e0d47325e80398918f64e9c7ad6d authored over 12 years ago by Chris O'Hara <[email protected]>
Fix example, re #108

github.com/validatorjs/validator.js - 531b8800b9efe7eb09f540b9c6ea5bc0c74c5db9 authored over 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #114 from tylkomat/patch-1

Update lib/validators.js

github.com/validatorjs/validator.js - 0e391dea081cda8dd3df1d66a88184e4490f13be authored over 12 years ago by Chris O'Hara <[email protected]>
Fix example, re #111

github.com/validatorjs/validator.js - 08dbd5e92f16e31618e1173339a10ff65a1185ae authored over 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #112 from jbarata/fix-validate-without-throwing

fixed _errors array reset on check - exception bypass mode

github.com/validatorjs/validator.js - 3c19cb764e8d683c4fae1d7803214a3037050bf8 authored over 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #110 from peerigon/master

Remove dependency to native node-module "net"

github.com/validatorjs/validator.js - 872fd710788b048332ee7aaa9db75dce81526c1c authored over 12 years ago by Chris O'Hara <[email protected]>
Update lib/validators.js

The regex wasn't validating: http://en.wikipedia.org/wiki/Category:Programming_language_topics a...

github.com/validatorjs/validator.js - bef15caa49dae38da1959ab79ad6a91f95a07164 authored over 12 years ago by Matthias Tylkowski <[email protected]>
fixed _errors array reset on check - exception bypass mode

The "exception bypass" mode suggested in the last part of the read me is not working.
The _error...

github.com/validatorjs/validator.js - 28ed8b9d58803da1cab584ffca4511567649f398 authored over 12 years ago by jbarata <[email protected]>
- removed dependency to native node-module "net"

- copied net methods to validators.js

github.com/validatorjs/validator.js - 7c069232268b0e656346f83010ab532a62fdb241 authored over 12 years ago by meaku <[email protected]>
Expose default errors

github.com/validatorjs/validator.js - f495b9712642a0272ae70af9507c8376bb54db87 authored over 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #103 from lintoka/master

'Replace all' not working for never_allowed_str and never_allowed_regex items.

github.com/validatorjs/validator.js - cfe527d415f4b38865377ffc189ea52e0a67c984 authored over 12 years ago by Chris O'Hara <[email protected]>
All instances of items in never_allowed_str and never_allowed_regex were not getting replaced in the input string.

github.com/validatorjs/validator.js - 0d8573c8d6119598f9c4378c904fd002c2cd3ea2 authored over 12 years ago by Linto Antony <[email protected]>
isAfter and isBefore are non-inclusive, closes #97

github.com/validatorjs/validator.js - 840836f29796859c3dd1020cbd2d028dfc23f3c8 authored over 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #100 from scottlowe/uuid

Fix isUUID() bug: Extra characters before UUID are accepted as valid.

github.com/validatorjs/validator.js - a270f0fce7a1fe6381b2034eb4975c727cf1adc2 authored over 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #96 from baryshev/master

Fix RegExp type checking

github.com/validatorjs/validator.js - 8c5eb71c7fe0c03991cb18cc327c5f2df4a02e67 authored over 12 years ago by Chris O'Hara <[email protected]>
Fix isUUID() bug: Extra characters before UUID are accpeted as valid.

github.com/validatorjs/validator.js - 5989eba3adeb6b5abacb2ca352a38c1da8ccea78 authored over 12 years ago by Scott Lowe <[email protected]>
Fix RegExp type checking

github.com/validatorjs/validator.js - f2a11bd2750305c3058e67846d64031568969c34 authored over 12 years ago by Vadim M. Bryshev <[email protected]>
Merge pull request #93 from Nordberg/patch-1

Change filter to validator.

github.com/validatorjs/validator.js - 21e113f75312c4f4721526480bee2bd1661163e4 authored over 12 years ago by Chris O'Hara <[email protected]>
Change filter to validator.

github.com/validatorjs/validator.js - 52558c9e7848e49b130d1681e0b0e0094cf88247 authored over 12 years ago by Nordberg <[email protected]>
Merge pull request #90 from datarem/luhn

Added luhn check to isCreditCard.

github.com/validatorjs/validator.js - e2510611226068075ea9fadb0cd70007e7d44b7e authored over 12 years ago by Chris O'Hara <[email protected]>
Update the browser version

github.com/validatorjs/validator.js - 4bab6706ce47afe98d9239ba2440b0eac495dced authored over 12 years ago by Chris O'Hara <[email protected]>
Triple equal at null check

github.com/validatorjs/validator.js - c1a6f3504c898bf6491e6ed72c2efc32fc452919 authored over 12 years ago by Remy <[email protected]>
Mistake. Missed sanitize map not being in front of luhn check.

github.com/validatorjs/validator.js - aa17611a3329ea8b8b833fd3babb01d40ac74946 authored over 12 years ago by Remy <[email protected]>
Added luhn check to isCreditCard. Works will all numbers given here http://www.paypalobjects.com/en_US/vhelp/paypalmanager_help/credit_card_numbers.htm except the Dankort processor card which does not actually pass the luhn check.

github.com/validatorjs/validator.js - 47af1d982e2701fde7f3093721ccc938aabbc403 authored over 12 years ago by Remy <[email protected]>
Modify the behaviour of filter_attributes, re #74

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

github.com/validatorjs/validator.js - e3c888901e286140ba160970b77322cd198436f6 authored over 12 years ago by Chris O'Hara <[email protected]>
Remove bad patterns rather than replace with [removed], closes #87

github.com/validatorjs/validator.js - 5872086afab6de48d856c888a375247e3bb3616c authored over 12 years ago by Chris O'Hara <[email protected]>
Fix a global leak, re #88

github.com/validatorjs/validator.js - bfe5d27eae3431c0c4e778a846a69be02fc282d0 authored over 12 years ago by Chris O'Hara <[email protected]>
Merge pull request #89 from chesles/master

fix for #86

github.com/validatorjs/validator.js - 62809e6952aeea9df2359445516dc6f2bb2c4acf authored over 12 years ago by Chris O'Hara <[email protected]>
Fix for #86, URL mangling

github.com/validatorjs/validator.js - 352e05810ade1f9f58d1575cf0005189c3c6fe82 authored over 12 years ago by John Chesley <[email protected]>