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

Added test to the valid urls (which has capitalized uri-encoded characters)

github.com/validatorjs/validator.js - 79d662b315260010df404d7177b42addc12d3bda authored about 13 years ago by markijbema <[email protected]>
Rename in to isIn re #21

github.com/validatorjs/validator.js - 9b34de1a8c2b8f1d8a5ce93385c257f360ebd166 authored about 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #39 from ctavan/master

Improved isDecimal and isInt validations, don't leak xss

github.com/validatorjs/validator.js - d5d12623445c9f10a470f62bec75e7ba649a6f69 authored about 13 years ago by Chris O'Hara <[email protected]>
Don't leak xss into global scope

github.com/validatorjs/validator.js - 5b29f6df397d5e0877cad7a8387f2f1e03702281 authored about 13 years ago by Christoph Tavan <[email protected]>
Convert filter to unix file format

github.com/validatorjs/validator.js - 8784c2f5ebf0d69442f023c6fdf316a92e70c520 authored about 13 years ago by Christoph Tavan <[email protected]>
Fix unescaped -

github.com/validatorjs/validator.js - 79952c243f21abce70e51bcd5231b355da5b24a3 authored about 13 years ago by Christoph Tavan <[email protected]>
Improve isInt validation

- Allow leading zeros like 01
- Allow just zeros like 000

Original patch by MaVo159

github.com/validatorjs/validator.js - 1ec97aaa87bdd36f88ccb90f0350922bf913b071 authored about 13 years ago by Christoph Tavan <[email protected]>
Improve isDecimal validation

- Disallow empty strings
- Allow leading zeros like 01.123
- Allow scientific notation like 2.22...

github.com/validatorjs/validator.js - b11c5229777281ee50bb7a25cd079e0f3759790a authored about 13 years ago by Christoph Tavan <[email protected]>
Merge pull request #38 from ctavan/master

package.json: bugs['url'] instead of bugs['web']

github.com/validatorjs/validator.js - 5a480e69da86313691a29a75cc2214903319cdfc authored about 13 years ago by Chris O'Hara <[email protected]>
Latest version of npm wants bugs['url'] instead of bugs['web']

github.com/validatorjs/validator.js - a811747f42670d1be1748a0bfa8e967713fd4bd0 authored about 13 years ago by Christoph Tavan <[email protected]>
Merge pull request #37 from secoif/patch-1

Added undocumented `isArray` and `isCreditCard` to readme

github.com/validatorjs/validator.js - 0cc90e2ae4eb5f1d4e11de1686ad6b75393b0613 authored about 13 years ago by Chris O'Hara <[email protected]>
Added undocumented `isArray` and `isCreditCard`

github.com/validatorjs/validator.js - 34e5974736c60842a1c84f26948a7f62941b0eac authored about 13 years ago by Tim Oxley <[email protected]>
Merge branch 'master' of github.com:chriso/node-validator

github.com/validatorjs/validator.js - 39f55d89a996cd7b9c50ea52872e01c6f5a8d30f authored about 13 years ago by Chris O'Hara <[email protected]>
Added filter chaining using chain() and value() re #36

github.com/validatorjs/validator.js - 0d5c2cf2d1c599e2253c27d62e92dce397ade42b authored about 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #35 from ctavan/master

Link to express-validator in readme

github.com/validatorjs/validator.js - 7b36d83180205ebcec40f6da5d9b1ca8999c35a3 authored over 13 years ago by Chris O'Hara <[email protected]>
Add link to express-validator middleware in readme

github.com/validatorjs/validator.js - 16c300ce17c2e2dd4ed3b12226a5783d6bdec84f authored over 13 years ago by Christoph Tavan <[email protected]>
Merge pull request #33 from metellus/master

fixed a bug in xss()

github.com/validatorjs/validator.js - fa6aab2ddf793b02cd85b95b2852698751cd8b7f authored over 13 years ago by Chris O'Hara <[email protected]>
Cleanup and merged #28

(cherry picked from commit 3bb7185b0ea6ffc0b095ce2a187f169bf942d1ae)

github.com/validatorjs/validator.js - b1944e63671c48c20aea12c5b21ea034803ce98a authored over 13 years ago by Chris O'Hara <[email protected]>
Merged #27

github.com/validatorjs/validator.js - 55ccbfcd1711cf121725616a406f53912ce34742 authored over 13 years ago by Chris O'Hara <[email protected]>
prevented xss() from crashing when attempting to URI-decode a string

that is not URI-encoded

github.com/validatorjs/validator.js - 02f2be6db29bf361cb45b07493c3711f4c97587a authored over 13 years ago by George Moomau <[email protected]>
Merge pull request #29 from JonDum/8c0ec5f5072c65587e1be746dfbd6388730e29ab

Added isCreditCard() verification.

github.com/validatorjs/validator.js - d2d2e77a2a766a98a1db07dea35c5ea32ba4c7ef authored over 13 years ago by Chris O'Hara - AFK <[email protected]>
Add isCreditCard() validation.

Will work against Visa, MasterCard, American Express,
Discover, Diners Club, and JCB card number...

github.com/validatorjs/validator.js - 8c0ec5f5072c65587e1be746dfbd6388730e29ab authored over 13 years ago by Jonathan Dumaine <[email protected]>
Merge branch 'master' of github.com:chriso/node-validator

github.com/validatorjs/validator.js - 7fc71e3c5fe89423ca66463fba3b0c7c46732729 authored over 13 years ago by Chris O'Hara <[email protected]>
Added a contributor

github.com/validatorjs/validator.js - 29c5fd35ff8fa17e8974319b8713305a4a01e1a5 authored over 13 years ago by Chris O'Hara <[email protected]>
Added a contributor

github.com/validatorjs/validator.js - 187d941e9a050a99b7b459bf9d241eb5725bcee3 authored over 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #26 from foxbunny/after-before

isAfter and isBefore for date comparisons

github.com/validatorjs/validator.js - 7b2242a91673cc3753ee0592cf3627ae6f4f9f03 authored over 13 years ago by Chris O'Hara <[email protected]>
Merge branch 'after-before'

github.com/validatorjs/validator.js - 08bb93661addabf8376825fc6d2671851bb1c2cb authored over 13 years ago by Branko Vukelic <[email protected]>
Added note about isAfter and isBefore validators in README

github.com/validatorjs/validator.js - 0f01a2164d83ab78c6e2712a221e356163663488 authored over 13 years ago by Branko Vukelic <[email protected]>
Implemented isBefore validator that passes the test.

github.com/validatorjs/validator.js - a2f12431cfc37a0f7a130b418a08e20dee0ea3ae authored over 13 years ago by Branko Vukelic <[email protected]>
Added failing test for isBefore() validator.

github.com/validatorjs/validator.js - 227a8b71fd560361af0f1e70857f8a8170fdb154 authored over 13 years ago by Branko Vukelic <[email protected]>
Added dateFixture to avoid duplication and fixed indentation.

github.com/validatorjs/validator.js - a81ea69a8573ee4ed5f2af09f82c4d3ada47616d authored over 13 years ago by Branko Vukelic <[email protected]>
Implemented isAfter validator that passes the test.

github.com/validatorjs/validator.js - 4c63c7b571816d323aa39373a64c7bb6331ac30c authored over 13 years ago by Branko Vukelic <[email protected]>
Added date helper functions

github.com/validatorjs/validator.js - 0b2dd00cade28245bce6446fb2ab1b4e76f5ab98 authored over 13 years ago by Branko Vukelic <[email protected]>
Added failing test for isAfter() validator.

github.com/validatorjs/validator.js - e5e5cb53299ac37b444dda33cc4668fe87c16100 authored over 13 years ago by Branko Vukelic <[email protected]>
Merged upstream master

github.com/validatorjs/validator.js - 1656db8597b611625df00bab735a3794b0a2cfaf authored over 13 years ago by Branko Vukelic <[email protected]>
Converted to UNIX line endings

github.com/validatorjs/validator.js - ca71d83f3429c4385dbea9edf20922e9261205a8 authored over 13 years ago by Branko Vukelic <[email protected]>
Removed arg

github.com/validatorjs/validator.js - 56b899b67bb3f94d6e694c6da27ff9e4402ef11b authored over 13 years ago by Chris O'Hara <[email protected]>
Added a note next to isDate

github.com/validatorjs/validator.js - 4ab645cbe7555b3f534675955dcb2249428a345d authored over 13 years ago by Chris O'Hara <[email protected]>
Updated isDate() thanks to user foxbunny

github.com/validatorjs/validator.js - e7f57625f6d57290566af6e38ab2fa6574d95762 authored over 13 years ago by Chris O'Hara <[email protected]>
Updated the min version

github.com/validatorjs/validator.js - 140b847afbd2e49d0bee2ccf6953ec4fdcbe9672 authored over 13 years ago by Chris O'Hara <[email protected]>
Updated README

github.com/validatorjs/validator.js - 34758e0320e28e3899eeed21757dda64fd014beb authored over 13 years ago by Chris O'Hara <[email protected]>
Whitespace

github.com/validatorjs/validator.js - 706cfaf0ea8dfcfe9d9fc9ce81665f125cd76589 authored over 13 years ago by Chris O'Hara <[email protected]>
Added some credits

github.com/validatorjs/validator.js - da2f1dbc5cd163a175bc6cb3d0d41c36e5c7df75 authored over 13 years ago by Chris O'Hara <[email protected]>
Merge branch 'master' of https://github.com/ctavan/node-validator into ctavan-master

github.com/validatorjs/validator.js - 23d953313d7315a531844e247f9d17f52c9938fa authored over 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #24 from foxbunny/min-max

min and max validators for numeric values

github.com/validatorjs/validator.js - a5f235a7220e22fd77e50da22f9d165e3b72e1ee authored over 13 years ago by Chris O'Hara - AFK <[email protected]>
Merged min-max

github.com/validatorjs/validator.js - b0de0c4ddeadcaeab6bc43c9d078d6d58c23888b authored over 13 years ago by Branko Vukelic <[email protected]>
min and max should also validate floats

github.com/validatorjs/validator.js - 5ff944989c201602d61ddf0b320bcfd38db6b8db authored over 13 years ago by Branko Vukelic <[email protected]>
min and max should not throw on non-numeric values

github.com/validatorjs/validator.js - 26d763c34f9c27a07dec2e73815c3f731ce75271 authored over 13 years ago by Branko Vukelic <[email protected]>
Added min() and max() validators to README

github.com/validatorjs/validator.js - 6916dd8b5f48f07c47f485a1f4dad0bf3c6aa6d8 authored over 13 years ago by Branko Vukelic <[email protected]>
Implemented max() validator that passes the test

github.com/validatorjs/validator.js - dd2e4f7cd1d155d60f4f978272ec387d6a63a80e authored over 13 years ago by Branko Vukelic <[email protected]>
Added failing test for max() validator

github.com/validatorjs/validator.js - e1d80c35181f497631b8b3b5c162434182c7fa99 authored over 13 years ago by Branko Vukelic <[email protected]>
Stupid typo!

github.com/validatorjs/validator.js - 4b4f7ac5e1cecbbddb50c64884fb65683de0bcec authored over 13 years ago by Branko Vukelic <[email protected]>
Implemented min() validator

github.com/validatorjs/validator.js - f0f8c5d79ce46e0ff99dcfdab1a1bfa2ddb9edf0 authored over 13 years ago by Branko Vukelic <[email protected]>
Added failing test for min validator

github.com/validatorjs/validator.js - 3039564c59031a54daaa88b14df9040533fa1225 authored over 13 years ago by Branko Vukelic <[email protected]>
Refactored toDate() validator to pass the test.

github.com/validatorjs/validator.js - b6a29508c988f0e4d3e423018301ba486d56a2fc authored over 13 years ago by Branko Vukelic <[email protected]>
Added failing test for toDate() validator (see GH issue #22 at https://github.com/chriso/node-validator/issues/22)

github.com/validatorjs/validator.js - 07636a30d47d09cd32dd16ce1206ca11aa1a866d authored over 13 years ago by Branko Vukelic <[email protected]>
Script to run all tests

github.com/validatorjs/validator.js - 9ab2b952bbf9e9cd7c673f994a1fe3ecc61cd3b7 authored over 13 years ago by Christoph Tavan <[email protected]>
Add array-tests to len()

github.com/validatorjs/validator.js - 63ad1b59f05290119105db03c0015d909b2e8864 authored over 13 years ago by Christoph Tavan <[email protected]>
Converted to unix file format and added isArray() method + tests

github.com/validatorjs/validator.js - 9688686a549b638aedf7eb36b8b210b512b26808 authored over 13 years ago by Christoph Tavan <[email protected]>
Add documentation for Validator.prototype.isUUID

github.com/validatorjs/validator.js - af564b261037ceeb3d4baf6e5335541812d1289c authored over 13 years ago by Christoph Tavan <[email protected]>
Added notIn()

github.com/validatorjs/validator.js - 0d03707707c9d275e83072d9f56e3eccd26a6915 authored over 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #17 from orls/master

Add Validator.check(str).in(array || string)

github.com/validatorjs/validator.js - 6eb4819b87a6ae9fc67e93d82949c907338106f0 authored over 13 years ago by Chris O'Hara <[email protected]>
Use Array.indexOf in `in()` rather than Array.some(); cross-browser, and shares code for array or string args.

github.com/validatorjs/validator.js - 0194e8febf1e1c289efdb5ac689ebf163bc6fa84 authored over 13 years ago by Owen Smith <[email protected]>
Add validation function `.in(Array || String)`, to check if the current value is contained within the arg (as an array element, or as string-in-string)

github.com/validatorjs/validator.js - b806ec9a6ff7b06f5463d835e8cbefefc95a72e4 authored over 13 years ago by orls <[email protected]>
Added latest merges to the client lib

github.com/validatorjs/validator.js - 869ffbd08911a6669427c7fdd40f96e4094ea826 authored over 13 years ago by Chris O'Hara <[email protected]>
Merge pull request #14 from jmoyers/master

add radix to toInt

github.com/validatorjs/validator.js - 2cec9eb6f8073fd22b4329ae9063a8be5452dd0a authored over 13 years ago by Chris O'Hara <[email protected]>
parseInt will return interpret "015" as octal and return 13 by default. Base 10 seems like a decent assumption there imo.

github.com/validatorjs/validator.js - 880946df87a0be2fed7d29bfc090a23100665cda authored over 13 years ago by Joshua Moyers <[email protected]>
Added a contributor

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

For you consideration...

github.com/validatorjs/validator.js - 728059d8e91a7706549d92fc9e79bac2b6d98c18 authored over 13 years ago by Chris O'Hara <[email protected]>
Added "return this" to the default error method

github.com/validatorjs/validator.js - cdc753ee0b6d76a5a5c0eea83a294a94ff55b680 authored over 13 years ago by Dan VerWeire <[email protected]>
Missed a failure case.

github.com/validatorjs/validator.js - 8cb3033ddb046a284948d09175aaab992d53a999 authored over 13 years ago by Dan VerWeire <[email protected]>
Added _errors array to the check() function, should reset it to an empty array each time it's executed

github.com/validatorjs/validator.js - fcca5a4ab643274b3ffbc2b82102c146516538a7 authored over 13 years ago by Dan VerWeire <[email protected]>
Added isDate; currently only checks [m]m/[d]d/yyyy

github.com/validatorjs/validator.js - 5a5b28bd8209a249deee2dff35716aa6f5ab0e07 authored over 13 years ago by Dan VerWeire <[email protected]>
Added returns to all false cases so that the error method can be over-ridden to return something from each validation method instead of throwing an error.

github.com/validatorjs/validator.js - 917fe89740e0d523b22c1b984cb46705d25486b2 authored over 13 years ago by Dan VerWeire <[email protected]>
NaN is empty. Closes #9

github.com/validatorjs/validator.js - 23230bc96b2cb886a7821ba0c3e9213456c6782f authored over 13 years ago by Chris O'Hara <[email protected]>
Updated tests/README to reflect new error handling

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

`throw new Error(msg);` rather than `throw msg;`

github.com/validatorjs/validator.js - 467c09d14629c47e1b3924345be78e8145606f69 authored over 13 years ago by Chris O'Hara <[email protected]>
fixed throwing error

github.com/validatorjs/validator.js - e36067eae974d7a8bf3f7ae4ed45afb52842f90c authored over 13 years ago by Igor Urminček <[email protected]>
Fix type conversion

github.com/validatorjs/validator.js - 49099c19e4ac303c4e11574007907960911b26c2 authored over 13 years ago by Chris O'Hara <[email protected]>
IE fix + whitespace removal

github.com/validatorjs/validator.js - 90b8af4da1437630b548cc04b3834c0a9f25a12c authored over 13 years ago by Chris O'Hara <[email protected]>
.gitignore

github.com/validatorjs/validator.js - 976205a4f9052de7cd838a593d3e82d7f11a9577 authored almost 14 years ago by Chris O'Hara <[email protected]>
Fixed an invalid reference to xssClean

github.com/validatorjs/validator.js - 366779575e93cf82cd1207a60ffae68f3f22658b authored almost 14 years ago by Chris O'Hara <[email protected]>
Cleaned up whitespace

github.com/validatorjs/validator.js - 9a1a3ce1205baf175b15f86bb31a240b00e57b69 authored almost 14 years ago by Chris O'Hara <[email protected]>
Fixed entity issue

github.com/validatorjs/validator.js - 12981ae67c8bd5a6b4767b893728f62a042d12a8 authored almost 14 years ago by Chris O'Hara <[email protected]>
Added isUUID() and tests

github.com/validatorjs/validator.js - 560bd69420ac955a9ce5f3db653d6c4a9e93c0ef authored almost 14 years ago by Chris O'Hara <[email protected]>
Fixed isUrl bug validating "invalid."

github.com/validatorjs/validator.js - 9ef4f9d92197bfbe131a9ed55b666ce38a120fd5 authored almost 14 years ago by Chris O'Hara <[email protected]>
Fixed entity encoding (closes issue #3)

github.com/validatorjs/validator.js - 036b386bb06ba634939f7b1446bcf9fa4a8e6d36 authored about 14 years ago by Chris O'Hara <[email protected]>
Added minor fix

github.com/validatorjs/validator.js - 3df01f8f791bb2ac0d2d0f59c6470c391aff8523 authored about 14 years ago by Chris O'Hara <[email protected]>
Updated README

github.com/validatorjs/validator.js - 018638be15dd7cffb90d56dd7726fd89983accbc authored about 14 years ago by Chris O'Hara <[email protected]>
Fixed entities in validator-min.js

github.com/validatorjs/validator.js - 84e5d4c3ea3abe463b395a36d24ab878a519482f authored about 14 years ago by Chris O'Hara <[email protected]>
Updated README

github.com/validatorjs/validator.js - 26031529d1c7a00c4954d20f82f195be1e3f3600 authored about 14 years ago by Chris O'Hara <[email protected]>
Updated README

github.com/validatorjs/validator.js - 63d2230c27ab3630c40c3a99a04656e8f7545edf authored about 14 years ago by Chris O'Hara <[email protected]>
Fixed client side lib

github.com/validatorjs/validator.js - 3e344951d3470f2297851a91df8d09022ce80a01 authored about 14 years ago by Chris O'Hara <[email protected]>
Added client side library (untested)

github.com/validatorjs/validator.js - dd79a8ed3c72d2690382d7900343c8f6d7a7ebd5 authored about 14 years ago by Chris O'Hara <[email protected]>