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

Merge pull request #84 from MisterJack/master

Fix for #83

41b9acc334a6b00540cf876ee0c485609512c694 authored over 12 years ago
Fix for issue #83.

Changed the entity of the € sign from `¤` to `€`. The Unicode
character number (0x20...

7babc82246aabc01dc12a19e820bf65a1da7f52c authored over 12 years ago
Fix parseInt() radix issue, closes #80

dcaf8caa6b4a54707bfe133a2668a002ac6621f2 authored over 12 years ago
Be more specific when describing when to use xss(), closes #78

962a9b012a91c0bcf9001390560898b6043b46f5 authored over 12 years ago
Merge pull request #79 from boutell/master

Fixed semicolon in wrong place in entities like ' (apostrophe)

e91cb9d66ec979c9029bab2f7335b98f49bf3a2e authored over 12 years ago
Fixed https://github.com/chriso/node-validator/issues/77 semicolon in wrong place when ensuring semicolon in an entity like '

e81966978072c9e9cdef7b263aa67e023b227ca0 authored over 12 years ago
Use a normal for loop, closes #76

c391e15e00bf5d507bc221064a53d1d1a388951c authored over 12 years ago
Fix filter_attributes again, re #74

7d950762b8b38bf0a5259f123f4de00514fa864b authored almost 13 years ago
Bump

4a7248124a791faf32c2adbe483ff93c0651b8ac authored almost 13 years ago
Fix filter_attributes, closes #74

68ab9d231cb4a4381577e48d6906b084ca0da5ba authored almost 13 years ago
Get rid of unnecessary back references and octals, re #74

f9b673230dfb1b5f2af23705f31f0dc8e4c607a3 authored almost 13 years ago
Fix obvious bugs in xss, re #74

7abbaa39a84d65a3e39d99f8942d4eb59ac846a2 authored almost 13 years ago
Bump

b322deddad6201c1476deed69968e83c79e3a9a5 authored almost 13 years ago
Merge pull request #71 from romihartantoau/master

Global leaks in xss()

b0a5f6b639248a87eb316682aac518e36fc27752 authored almost 13 years ago
Fix global leaks in xss()

af0c71361eb9f878ed73e96bd58ee6e81ac280d0 authored almost 13 years ago
Whitelist localhost in isUrl for now. Look at removing the TLD restriction later on. #69

8fccb5c0d8adbe0d11c71af6159382fb09ccc81a authored almost 13 years ago
Bump

b72704127581c9fda0f1d1b09cfb7bf0b31f9622 authored almost 13 years ago
Allow special chars in url, closes #70

f9b72c6af601cec8266c8e62a0e8ba13d4b556a2 authored almost 13 years ago
Merge pull request #70 from RSO/master

Bug in url-validation

2f0b25baa413c3fbc429fe543ca7bc0fd1bb96f9 authored almost 13 years ago
Added test to the valid urls which checks for special characters that are allowed unencoded inside a URL

As stated: http://www.ietf.org/rfc/rfc1738.txt:

"Thus, only alphanumerics, the special characte...

6148148a618d84dab9beb889609b1f85b2c0b351 authored almost 13 years ago
Cleanup

71380290f7693f47a0ae0ecc3fbca3de14ee6180 authored almost 13 years ago
Expose default errors, closes #67

a62d8a9fb8ca15ca8a5848af5c646e644eebec85 authored almost 13 years ago
Generate a random hash

9ede38faa864808ae04931694d4008c1fdb77ff7 authored almost 13 years ago
Merge pull request #63 from talentedmrjones/master

fixed an issue where passing a real integer would produce "has no method match" error

40725526d8e48d3984a215a6024c488533df404b authored almost 13 years ago
fixes an issue where regex errors on non-string values

d0475f5bbab0471c70cd5b2a0065de7601a34dd1 authored almost 13 years ago
fixes an issue where certain values were not transformed properly, such as scientific notations

f3c00d77790444a31f10c8d2063356028b69cf7a authored almost 13 years ago
modulus was not working. using parseInt and !isNaN instead

678e41e245261fdd0775f8885d1ac49301007036 authored almost 13 years ago
fixed issue where passing a real integer would generate "has not method match" error

54170a33e5f2f75903fcd4ea19f0495faec45ab4 authored almost 13 years ago
Bump

de467401983ae4e8653b64a8bf8cda2201774959 authored almost 13 years ago
Remove the appending of semicolon for assumed entities, closes #59

9bae6580735e49ccf5a4abc927fb0e482b9a092d authored almost 13 years ago
Fix global leak, closes #60

7024f2db771b79cb4c0c5ee38883c2ee5a8dde65 authored almost 13 years ago
Fixed custom error handler

3bca87306e43572ba3643e566c662f474747466c authored almost 13 years ago
Merge pull request #58 from taijinlee/master

Fixing global variable leak

82283389fc159de6424d592ec19fb0e022da9b56 authored almost 13 years ago
making args non-global

175ac1389b73322b6c4395a8c3839317da38707d authored almost 13 years ago
Bump

24eab3af5c22a30a2b7832a205cb890028cfb85e authored almost 13 years ago
Cross-browser compatibility, re #57

b726e9f34049160ff35e4e2e0f85808de222b6a8 authored almost 13 years ago
Merge pull request #57 from mren/master

decoupled rules

a042cdfc3f34075dc62c2bde189bc7df0a9a549d authored almost 13 years ago
correctly indented

53a1f5497794d25f3fb2e97dfb73622bd80343db authored almost 13 years ago
correctly indented

4cf1331cd34770f4b347d038940f97474007a6a1 authored almost 13 years ago
added function validators to index

260e5be69d8f663cc40801d9565c788db29fa970 authored almost 13 years ago
removed unused error method

47b25cae52a0d096c7bb7578db1361c8664eb6bf authored almost 13 years ago
moved default errors to own file

729643dda95d50c239b762d5e7c210fc1fd851ed authored almost 13 years ago
moved validations to own module

b31f6aae7698db61d9f48abccf3d9d5e6f450af6 authored almost 13 years ago
removed this

5fec3193e42840d4da1711414cdf9c969ea2d64d authored almost 13 years ago
abstracted the prototyping

a2d24551358f0e79004ee30932d6f4de24641604 authored almost 13 years ago
extracted all default error messages

026e6bdc858bc5ebbd600f497a828d04f4d7b76a authored almost 13 years ago
extracted some more

b8275e70bf0550fc545d360b8b9e9f2e3ac155fb authored almost 13 years ago
started to extract default error messages

bbe4b4b277e4837aec68d45cfcd6c7b5b2c62fc6 authored almost 13 years ago
refactored notIn

eac65384bc3a8cf4d411080b219acc2a775d9850 authored almost 13 years ago
refactored isIn

70b1638a9022097218d7ff44abff4b944c64b461 authored almost 13 years ago
refactored len

3700f582f61fd08dc66c286d5b4ace5a83c00a9f authored almost 13 years ago
empty line

f6102c39632c548c8ff69b678d3b94bb2700d3e0 authored almost 13 years ago
removed duplicate comment

9cbc9294840f6a951fe54a5f139bf99da827e14f authored almost 13 years ago
refactored isCrededCard

de8747b1bb93235ac010c8f3d3900af13b6fdbfb authored almost 13 years ago
refactored isArray

4ce63deb0ffd59e38492f17239f756e58cca3f02 authored almost 13 years ago
refactored max

6dd7da125166666beb5c5b0e6b6c88ee3e5e7d4a authored almost 13 years ago
refactored min

81dfa4de5c42fc21fbfd3167a010edad2d40405d authored almost 13 years ago
newline

130f317ad2c1e6f2e531774978c519355fa57fe4 authored almost 13 years ago
isBefore

1fc3b008846b2ef9961626edc3e9df6c3ae8637a authored almost 13 years ago
refactored isAfter

97a101f65fcaf6c4d371e1fdf016b48f0bbbbe0a authored almost 13 years ago
refactored isDate

88f784767c401c34ba343ba479eda9446a03ac97 authored almost 13 years ago
moved ty

8e503fb5d4252fa8e0e4118c2e07ab749900a552 authored almost 13 years ago
refactored isUUID

6b6d63efa7dd1b7d0c6d0d670005e963ae24bc7e authored almost 13 years ago
refactored not regex

38f695912a34c1da0019940c240ef97fc35ace16 authored almost 13 years ago
refactored regex

c4b78355044690b85d36c35e45923a6542c88a4a authored almost 13 years ago
refactored contains

16af697086b1bc238fac8852cea0a63375c4f5a4 authored almost 13 years ago
refactored equals

9285b3304111c86166a858fb9db11f28b543523f authored almost 13 years ago
refactored not empty

3b40b7e33a1ee2370d0c606e24885ce4d19445ce authored almost 13 years ago
refactored isNull

b9ef691437d64cb40606bb5c3d4010ffaa766f9b authored almost 13 years ago
redfactored notNull

71658d2662372295a3f58633dc566d941ce971ef authored almost 13 years ago
decimal and divisibleby refactored

17be7e838d702f6cf67097e6279d3541e58a6de8 authored almost 13 years ago
refactored isInt

95441f8610e2c29479fe9fc9972a13a7ed78d0dc authored almost 13 years ago
refactored isUppercase

4a1b2d62b7f32e706e211f09cf47a082d5f91b53 authored almost 13 years ago
refactored isLowercase

8479098d08a10dfff4c7f7b967e4cf02eef2066a authored almost 13 years ago
used new isNumeric

99dcb9360e39351c44ff1cd8e91a796fa939abdd authored almost 13 years ago
refactored isNumeric

af86b0fe37ed3a5554dc3fb0607fab308d905aaa authored almost 13 years ago
refactored isAlphanumeric

4689dbd99b40176ffca2b6308d687204f1a3b556 authored almost 13 years ago
refactored isAlpha

61cb5d715455ee3d4d0a3e64729239631e56baa2 authored almost 13 years ago
refactored isIp

2ccef57a3ea6b8c9b13a59334a708a8b164804ef authored almost 13 years ago
refactored isEmail and isUrl

5bb3eaae14ba58ab63b3e2380acd0afa9de19316 authored almost 13 years ago
fixed whitespace

913b8865b6ae362a31278ed5d9f994b387642b8c authored almost 13 years ago
Added missing commits from client-side version, closes #55

b014e3d080a2af6f449296f704f28361cdc8b2ed authored almost 13 years ago
Missing a slash, fixes #51

c427f64af21e6007e264cf92de08a279df34235f authored about 13 years ago
Bump

a1293859e5cf9f8c8761942b27cc2100a01aa737 authored about 13 years ago
Merge pull request #53 from jlank/master

isURL() length check for IE compatibility

a6aa5e23680103d39c71b33fa52ef8d28d454591 authored about 13 years ago
updated isURL to check length for IE compatibility: http://support.microsoft.com/kb/q208427/

3ca0bc2d35e82b9622a8580f9060b801169e1fea authored about 13 years ago
Ignore credit card spaces

6361656132252da9504e2120faa38a0c73f5d649 authored about 13 years ago
Bump

2a21ea4dae9fa06f8dbc3e7c76301b24dcc34ccb authored about 13 years ago
Merge pull request #47 from foxbunny/master

#isDivisibleBy()

ce636da7c11a41cee906de135d058ba4a4ecc86b authored about 13 years ago
Merge branch 'master' of https://github.com/chriso/node-validator

40b7c204c45c36ea2ae04365e0426e19166a905e authored about 13 years ago
Implemented divisiblity check

2b4ada4cf7d2c0086a25a4a23a4928b6a1ec7dea authored about 13 years ago
Merge pull request #45 from garrensmith/master

_errors array getting reassigned on each check

4ee93793520fae9ca7e1cafeb8d7cb9b9eb23cc3 authored about 13 years ago
fix bug with errors array getting reassigned on each check

b5f29d35bd36bf40785d4bfa200ea6b515b9877b authored about 13 years ago
Fix escaping

a0c3321ede5ff75f8cbe0900f6be8e83afa2f5b7 authored about 13 years ago
Merge pull request #43 from anupam11/master

Fix for non string escapes of regex

635bbc6f37ea912e81a6364cc418f886a5b13b62 authored about 13 years ago
don't escape the regex if its not a string.

2b3b3f022261517364da7504a3d9e7507e82e493 authored about 13 years ago
Bump

f1f8ca36604dcc717bcd487466977297138e191e authored about 13 years ago
Fix failing filter tests

5f8a8429fb358be0631a9a5ec1d4f9e4606239b9 authored about 13 years ago
Make url validation case insensitive

966c6a3f9257a72068950e5ec2b30d5787d3f65a authored about 13 years ago
Merge pull request #41 from markijbema/master

Bug in url-validation

fb7217598032b9571628f316b4f02516867fe7dc authored about 13 years ago