Ecosyste.ms: OpenCollective

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

github.com/validatorjs/validator.js

String validation
https://github.com/validatorjs/validator.js

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

79d662b315260010df404d7177b42addc12d3bda authored about 13 years ago
Rename in to isIn re #21

9b34de1a8c2b8f1d8a5ce93385c257f360ebd166 authored about 13 years ago
Bump

0355812f48b48894e10568bb67dfbd69e48247ab authored about 13 years ago
Merge pull request #39 from ctavan/master

Improved isDecimal and isInt validations, don't leak xss

d5d12623445c9f10a470f62bec75e7ba649a6f69 authored about 13 years ago
Don't leak xss into global scope

5b29f6df397d5e0877cad7a8387f2f1e03702281 authored about 13 years ago
Convert filter to unix file format

8784c2f5ebf0d69442f023c6fdf316a92e70c520 authored about 13 years ago
Fix unescaped -

79952c243f21abce70e51bcd5231b355da5b24a3 authored about 13 years ago
Improve isInt validation

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

Original patch by MaVo159

1ec97aaa87bdd36f88ccb90f0350922bf913b071 authored about 13 years ago
Improve isDecimal validation

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

b11c5229777281ee50bb7a25cd079e0f3759790a authored about 13 years ago
Bump

399a96f156a4a6b0e28866555722797bf86b0fd5 authored about 13 years ago
Merge pull request #38 from ctavan/master

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

5a480e69da86313691a29a75cc2214903319cdfc authored about 13 years ago
Latest version of npm wants bugs['url'] instead of bugs['web']

a811747f42670d1be1748a0bfa8e967713fd4bd0 authored about 13 years ago
Merge pull request #37 from secoif/patch-1

Added undocumented `isArray` and `isCreditCard` to readme

0cc90e2ae4eb5f1d4e11de1686ad6b75393b0613 authored over 13 years ago
Added undocumented `isArray` and `isCreditCard`

34e5974736c60842a1c84f26948a7f62941b0eac authored over 13 years ago
Merge branch 'master' of github.com:chriso/node-validator

39f55d89a996cd7b9c50ea52872e01c6f5a8d30f authored over 13 years ago
Bump

40a90dfafb9a74ca6f564793f4f69cab1f86571e authored over 13 years ago
Added filter chaining using chain() and value() re #36

0d5c2cf2d1c599e2253c27d62e92dce397ade42b authored over 13 years ago
Merge pull request #35 from ctavan/master

Link to express-validator in readme

7b36d83180205ebcec40f6da5d9b1ca8999c35a3 authored over 13 years ago
Add link to express-validator middleware in readme

16c300ce17c2e2dd4ed3b12226a5783d6bdec84f authored over 13 years ago
Merge pull request #33 from metellus/master

fixed a bug in xss()

fa6aab2ddf793b02cd85b95b2852698751cd8b7f authored over 13 years ago
Cleanup and merged #28

(cherry picked from commit 3bb7185b0ea6ffc0b095ce2a187f169bf942d1ae)

b1944e63671c48c20aea12c5b21ea034803ce98a authored over 13 years ago
Merged #27

55ccbfcd1711cf121725616a406f53912ce34742 authored over 13 years ago
prevented xss() from crashing when attempting to URI-decode a string

that is not URI-encoded

02f2be6db29bf361cb45b07493c3711f4c97587a authored over 13 years ago
Merge pull request #29 from JonDum/8c0ec5f5072c65587e1be746dfbd6388730e29ab

Added isCreditCard() verification.

d2d2e77a2a766a98a1db07dea35c5ea32ba4c7ef authored over 13 years ago
Add isCreditCard() validation.

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

8c0ec5f5072c65587e1be746dfbd6388730e29ab authored over 13 years ago
Merge branch 'master' of github.com:chriso/node-validator

7fc71e3c5fe89423ca66463fba3b0c7c46732729 authored over 13 years ago
Added a contributor

29c5fd35ff8fa17e8974319b8713305a4a01e1a5 authored over 13 years ago
Added a contributor

187d941e9a050a99b7b459bf9d241eb5725bcee3 authored over 13 years ago
Merge pull request #26 from foxbunny/after-before

isAfter and isBefore for date comparisons

7b2242a91673cc3753ee0592cf3627ae6f4f9f03 authored over 13 years ago
Merge branch 'after-before'

08bb93661addabf8376825fc6d2671851bb1c2cb authored over 13 years ago
Added note about isAfter and isBefore validators in README

0f01a2164d83ab78c6e2712a221e356163663488 authored over 13 years ago
Implemented isBefore validator that passes the test.

a2f12431cfc37a0f7a130b418a08e20dee0ea3ae authored over 13 years ago
Added failing test for isBefore() validator.

227a8b71fd560361af0f1e70857f8a8170fdb154 authored over 13 years ago
Added dateFixture to avoid duplication and fixed indentation.

a81ea69a8573ee4ed5f2af09f82c4d3ada47616d authored over 13 years ago
Implemented isAfter validator that passes the test.

4c63c7b571816d323aa39373a64c7bb6331ac30c authored over 13 years ago
Added date helper functions

0b2dd00cade28245bce6446fb2ab1b4e76f5ab98 authored over 13 years ago
Added failing test for isAfter() validator.

e5e5cb53299ac37b444dda33cc4668fe87c16100 authored over 13 years ago
Merged upstream master

1656db8597b611625df00bab735a3794b0a2cfaf authored over 13 years ago
Converted to UNIX line endings

ca71d83f3429c4385dbea9edf20922e9261205a8 authored over 13 years ago
Removed arg

56b899b67bb3f94d6e694c6da27ff9e4402ef11b authored over 13 years ago
Added a note next to isDate

4ab645cbe7555b3f534675955dcb2249428a345d authored over 13 years ago
Updated isDate() thanks to user foxbunny

e7f57625f6d57290566af6e38ab2fa6574d95762 authored over 13 years ago
Updated the min version

140b847afbd2e49d0bee2ccf6953ec4fdcbe9672 authored over 13 years ago
Updated README

34758e0320e28e3899eeed21757dda64fd014beb authored over 13 years ago
Whitespace

706cfaf0ea8dfcfe9d9fc9ce81665f125cd76589 authored over 13 years ago
Added some credits

da2f1dbc5cd163a175bc6cb3d0d41c36e5c7df75 authored over 13 years ago
Merge branch 'master' of https://github.com/ctavan/node-validator into ctavan-master

23d953313d7315a531844e247f9d17f52c9938fa authored over 13 years ago
Merge pull request #24 from foxbunny/min-max

min and max validators for numeric values

a5f235a7220e22fd77e50da22f9d165e3b72e1ee authored over 13 years ago
Merged min-max

b0de0c4ddeadcaeab6bc43c9d078d6d58c23888b authored over 13 years ago
min and max should also validate floats

5ff944989c201602d61ddf0b320bcfd38db6b8db authored over 13 years ago
min and max should not throw on non-numeric values

26d763c34f9c27a07dec2e73815c3f731ce75271 authored over 13 years ago
Added min() and max() validators to README

6916dd8b5f48f07c47f485a1f4dad0bf3c6aa6d8 authored over 13 years ago
Implemented max() validator that passes the test

dd2e4f7cd1d155d60f4f978272ec387d6a63a80e authored over 13 years ago
Added failing test for max() validator

e1d80c35181f497631b8b3b5c162434182c7fa99 authored over 13 years ago
Stupid typo!

4b4f7ac5e1cecbbddb50c64884fb65683de0bcec authored over 13 years ago
Implemented min() validator

f0f8c5d79ce46e0ff99dcfdab1a1bfa2ddb9edf0 authored over 13 years ago
Added failing test for min validator

3039564c59031a54daaa88b14df9040533fa1225 authored over 13 years ago
Refactored toDate() validator to pass the test.

b6a29508c988f0e4d3e423018301ba486d56a2fc authored over 13 years ago
Added failing test for toDate() validator (see GH issue #22 at https://github.com/chriso/node-validator/issues/22)

07636a30d47d09cd32dd16ce1206ca11aa1a866d authored over 13 years ago
Script to run all tests

9ab2b952bbf9e9cd7c673f994a1fe3ecc61cd3b7 authored over 13 years ago
Add array-tests to len()

63ad1b59f05290119105db03c0015d909b2e8864 authored over 13 years ago
Converted to unix file format and added isArray() method + tests

9688686a549b638aedf7eb36b8b210b512b26808 authored over 13 years ago
Add documentation for Validator.prototype.isUUID

af564b261037ceeb3d4baf6e5335541812d1289c authored over 13 years ago
Fix a bug

f4fae9da5383f13f66ad0a27e38cf7067dafeb22 authored over 13 years ago
Added notIn()

0d03707707c9d275e83072d9f56e3eccd26a6915 authored over 13 years ago
Bump

e96def5dd0678ccf15e1138dbdaefec2a9470f96 authored over 13 years ago
Merge pull request #17 from orls/master

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

6eb4819b87a6ae9fc67e93d82949c907338106f0 authored over 13 years ago
Use Array.indexOf in `in()` rather than Array.some(); cross-browser, and shares code for array or string args.

0194e8febf1e1c289efdb5ac689ebf163bc6fa84 authored over 13 years ago
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)

b806ec9a6ff7b06f5463d835e8cbefefc95a72e4 authored over 13 years ago
Bump

34be9bd24252439fe6fcec74c9fb2281213cf369 authored over 13 years ago
Added latest merges to the client lib

869ffbd08911a6669427c7fdd40f96e4094ea826 authored over 13 years ago
Merge pull request #14 from jmoyers/master

add radix to toInt

2cec9eb6f8073fd22b4329ae9063a8be5452dd0a authored over 13 years ago
parseInt will return interpret "015" as octal and return 13 by default. Base 10 seems like a decent assumption there imo.

880946df87a0be2fed7d29bfc090a23100665cda authored over 13 years ago
Added a contributor

1772ed76f0d5d70ce73de2ce63627b0ea7fbb1ec authored over 13 years ago
Merge pull request #10 from wankdanker/master

For you consideration...

728059d8e91a7706549d92fc9e79bac2b6d98c18 authored over 13 years ago
Added "return this" to the default error method

cdc753ee0b6d76a5a5c0eea83a294a94ff55b680 authored over 13 years ago
Missed a failure case.

8cb3033ddb046a284948d09175aaab992d53a999 authored over 13 years ago
Added _errors array to the check() function, should reset it to an empty array each time it's executed

fcca5a4ab643274b3ffbc2b82102c146516538a7 authored over 13 years ago
Added isDate; currently only checks [m]m/[d]d/yyyy

5a5b28bd8209a249deee2dff35716aa6f5ab0e07 authored over 13 years ago
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.

917fe89740e0d523b22c1b984cb46705d25486b2 authored over 13 years ago
NaN is empty. Closes #9

23230bc96b2cb886a7821ba0c3e9213456c6782f authored over 13 years ago
Updated tests/README to reflect new error handling

bffa68f11a46a8a51d2521d2dce77604379590bb authored over 13 years ago
Merge pull request #8 from igo/master.

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

467c09d14629c47e1b3924345be78e8145606f69 authored over 13 years ago
fixed throwing error

e36067eae974d7a8bf3f7ae4ed45afb52842f90c authored over 13 years ago
Fix type conversion

49099c19e4ac303c4e11574007907960911b26c2 authored over 13 years ago
IE fix + whitespace removal

90b8af4da1437630b548cc04b3834c0a9f25a12c authored almost 14 years ago
.gitignore

976205a4f9052de7cd838a593d3e82d7f11a9577 authored almost 14 years ago
Fixed an invalid reference to xssClean

366779575e93cf82cd1207a60ffae68f3f22658b authored almost 14 years ago
Cleaned up whitespace

9a1a3ce1205baf175b15f86bb31a240b00e57b69 authored almost 14 years ago
Fixed entity issue

12981ae67c8bd5a6b4767b893728f62a042d12a8 authored almost 14 years ago
Added isUUID() and tests

560bd69420ac955a9ce5f3db653d6c4a9e93c0ef authored almost 14 years ago
Fixed isUrl bug validating "invalid."

9ef4f9d92197bfbe131a9ed55b666ce38a120fd5 authored about 14 years ago
Fixed entity encoding (closes issue #3)

036b386bb06ba634939f7b1446bcf9fa4a8e6d36 authored about 14 years ago
Added minor fix

3df01f8f791bb2ac0d2d0f59c6470c391aff8523 authored about 14 years ago
Updated README

018638be15dd7cffb90d56dd7726fd89983accbc authored about 14 years ago
Fixed entities in validator-min.js

84e5d4c3ea3abe463b395a36d24ab878a519482f authored about 14 years ago
Updated README

26031529d1c7a00c4954d20f82f195be1e3f3600 authored about 14 years ago
Updated README

63d2230c27ab3630c40c3a99a04656e8f7545edf authored about 14 years ago
Fixed client side lib

3e344951d3470f2297851a91df8d09022ce80a01 authored about 14 years ago
Added client side library (untested)

dd79a8ed3c72d2690382d7900343c8f6d7a7ebd5 authored about 14 years ago