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
Accept IPv4-mapped IPv6 addresses as IPv6 addresses in a liberal way,
i.e. allow the last 32 bit...
81f8409d6f6bd66bca47c0f5643d7a016ffdbef0 authored over 9 years ago
62c58b53566cdaa381d76060151408e7ece85433 authored over 9 years ago
17fbb82657032c3eb1df778e40ebb591bd0831bf authored over 9 years ago
74892afc64d249291be4314c8761973090562798 authored over 9 years ago
d2d1d3932a5432ccda052e855b13d756c2d6ee17 authored over 9 years ago
da7ce4fc34fdc96c3dbb26a397ea85c1a960107a authored over 9 years ago
Added isBoolean validator
1f7cf31c7dbb29d937dd1305b2244ac05891e5e5 authored over 9 years ago718b2cd1eeee15c556c130c9bb6c5021491b7ce8 authored over 9 years ago
094742e522fc586dd57aa66a1b1e277fe2584c2b authored over 9 years ago
update license attribute
9a75bd3e0ed2bf474267bf8bea6425ef501c8b49 authored over 9 years agospecifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
...
835e1f922a8f4ce21dde975a270131ca77bb11ca authored almost 10 years ago
isInt and isFloat now accept options (min, max).
906ec7927de9dad73abbdb236e0b9c75be75d1ef authored almost 10 years ago
isInt and isFloat can now optionally accept an `options` argument which
can have either min and/...
443ed44dae746439b075ac8bc446c7754933de3a authored almost 10 years ago
Add phone validator for en-ZM locale
0a610952247fe1246873183543ef7dd0649a51d7 authored almost 10 years agod34d82af384ab0a58710debf380149be6a7ad8a5 authored almost 10 years ago
8cc2103e8437b498f142ff0b79c50b16591069ae authored almost 10 years ago
Added en-US locale to isMobilePhone()
bf21f3d31564615ed507d628d5480c81d651e77a authored almost 10 years ago6f6076abf509e0510657e98a4e43a7dbb3f19186 authored almost 10 years ago
415a54e82d4aef157b8926e77aabb70b342a4eb5 authored almost 10 years ago
3780fc1908018b72f8faef2c6a634be19857becd authored almost 10 years ago
a381542d9b5b725de1f0727e21fec4315d906b5d authored almost 10 years ago
Allow specifying require_tld option for isFQDN in isEmail check
8d080f7c9f6c7b2973be9a2eecf789b21930bc6d authored almost 10 years agofe904761610e8c49cb2c61e1cca5acb6b82567eb authored almost 10 years ago
Remove unneeded files from bower package
47a0d3a6977ec1dc32f419e81001e7b4c88aa55b authored almost 10 years ago00546433348b6708544dfa7be54c43242f589d6a authored almost 10 years ago
b2a3d4c06249520d746968317b339d848e97972f authored almost 10 years ago
Added en-GB locale to isMobilePhone()
d4e330520f1b12b89ea26a73f3f1a0a1de81cf8c authored almost 10 years agoa7ddb9f94a125693b8b5fd6bb578a5d88a317875 authored almost 10 years ago
868ade5d62257fcfb1e43199263ce0c5b9ef36e2 authored almost 10 years ago
95549d4e7892362ca3d34d819786077747e22979 authored almost 10 years ago
063abe86676ebe10bfa9ef425a3657220da42b71 authored almost 10 years ago
5d9f540d2b5a4d9c1291a5926f858083b9b4aa8c authored almost 10 years ago
28d650c63ac8215afc379508e8155811cc02a5c6 authored almost 10 years ago
7041356ee2f1571e54536a8c0046311c71893b71 authored almost 10 years ago
1bd0c36b2d6b7987de78801e81e9b7338626d88a authored almost 10 years ago
aaf72115b8f53d8ca4596081bf3ce2cd185d82df authored almost 10 years ago
ed547de7eefb10e3bc12610ef000f5cf858f4c82 authored almost 10 years ago
fd633c72c96ed26fc12e343857172731fab7ead8 authored almost 10 years ago
a2e18d1c7c6f0aa7d76c27ee5536081c3163e647 authored almost 10 years ago
538d5aef16457fcda7dc0ed3f19a719c72dbf5b1 authored almost 10 years ago
8ab46e4c023e02d9ec0fbf0b06f8992c6deec153 authored almost 10 years ago
2a901b618ce0006beff3462c660a76c65347e205 authored almost 10 years ago
127b3c7c5f1c22dd31f7031c82a7baa5e9f0d3ef authored almost 10 years ago
76f80756b5b1d53a0bb38137255557747f5f3b7d authored almost 10 years ago
da45ed64cea3f98dde8a440577e5c6b043d6440c authored almost 10 years ago
a6bcbd524189d7306217d540fc4cf5468fc6d65b authored almost 10 years ago
Blockwise validation of IPv6 addresses
56da8386b55e77553d4510c2e8ae8cadec71a0c6 authored almost 10 years ago
- Instead of providing a single regexp for the IPv6 address format,
the validation is performe...
Escaping backticks in validator.escape()
1074c977eb913d9f2cd2af49ce4c695751fa000e authored almost 10 years ago
Without proper escaping, this could lead to XSS in IE9.
References:
- https://html5sec.org/#102
...
Check isins
9302e5c400e1ab5f05e74ae386c3914d7270a367 authored almost 10 years ago62ac1f12b3ed4847c49f775070d55936b5151eb8 authored almost 10 years ago
Make sure that _mocha is executed via node
3e086ee8073ff26c4e5a9640298d3b640fc29b7d authored almost 10 years agoc7998280adab4d18887296d5c125adab73d8b39a authored almost 10 years ago
Since mochajs/mocha@1430c2b, .../.bin/_mocha no longer starts with
#!/usr/bin/env node
so just...
b491d544ca4b5c6cca0c1b147ee08b7dbaf6dbd7 authored almost 10 years ago
a26584ba8a019c0316e7dd10f0a3bad04a9c8a4d authored almost 10 years ago
952f2e9bc30a27815aa49cd528a148c0f1fb163e authored almost 10 years ago
2229502db17c38cf754822fa87dc36f7ba05983b authored almost 10 years ago
656bfdf1de75e4f39351831ed11efb9fc5a775d3 authored almost 10 years ago
3598fe878477f291ac86daa99e252c0ca2b9d797 authored almost 10 years ago
Add currency validator
c3fe6f3ba1a81a0c9cfa53bb270256b6529734c2 authored almost 10 years ago8364c1291a95f69b2aca2580018e85f0f6cba7e6 authored almost 10 years ago
Adding protocol relative URLs option to isURL
bab1c14fbc5b80677a985fa987a7f625dd8901f4 authored almost 10 years ago- Added test for 'http:////foobar.com' style URLs
- Switched comma style in tests to be match wit...
6b53465e7670d6d4063f769e5ba4f972206318fe authored almost 10 years ago
f4a6ad7ed25934014c3851170d3f9a3f80198eda authored almost 10 years ago
Added locale en-HK for isMobilePhone()
b9255634ce59c159ab3616773b67eed72b917054 authored almost 10 years agocea1fd265c8ac18d6f42804078ff158a4887f228 authored almost 10 years ago
cc787ca61abac4ac393a4838ead737e7c1567b3c authored almost 10 years ago
54d835b8c9f728bbd0480281edc0d9ca9a6798bb authored almost 10 years ago
7f6d7311869e16ab8cdf8ed6bc12a0da1685d2eb authored almost 10 years ago
b42af6c45c7b00e343e28bb8d60e7b45f3090e6d authored almost 10 years ago
9460db773fa60c53b8b7442522742d501db1ebae authored almost 10 years ago
505ba9f071f6fa2f77d64c218cf19f73d48453e1 authored almost 10 years ago
610883be85270de9c595697cbad5c9760ade388b authored almost 10 years ago
e9f5a045c77448eb5881a9f296d9f347995ce860 authored almost 10 years ago
86767b88ac16ba06f9c59473fd7fd0a76da51c8c authored almost 10 years ago
a4ff13c22a2281bd0099f5bd97860a14d349e3f9 authored almost 10 years ago
affb9451b4a256289d5619c60e27367e26c06ccc authored almost 10 years ago
Add locale pt-PT (Portugal)
1f23137286b8686e16d41a2ca07abba9c18ccaa9 authored almost 10 years ago88bd65cb58e8ab83d8f5441e0b8db531103ae104 authored almost 10 years ago
20f8388c717938067823a4a00967c749affce8fa authored almost 10 years ago
61edcb495df3a8316bc5761c45b3e9d3a58a9a26 authored almost 10 years ago
5e5c9b9e00204b471f028e3e424f50efa9e78331 authored almost 10 years ago
Add support for email display names
657d28b6dbca3b0381b7ff0f0ab4464be3d4cb53 authored almost 10 years ago09ec5946e358ca4edf225809ebfbaf7a71ca4376 authored almost 10 years ago
d20874aa3acde0917f3a95f4115dc8781bde79ad authored about 10 years ago
ff3d43459635e1d97da8f2db16d59ee31a2dfde8 authored about 10 years ago
RFC-2822 allows for optional display names in email addresses. These are of the format 'Some Nam...
bd35cbce0f08f0bd28e1bda963cd9f85c3c57362 authored about 10 years ago8eeddba50562fbac8a457d7e8e84ef55c738da28 authored about 10 years ago
2c4ca395f59cd8d9cfad00e3034758cf48b704bb authored about 10 years ago
41dcf645870ffe85122dfbd5196a2feb58124688 authored about 10 years ago
242540bc1a75e8116312ed07c0a010a1384528a0 authored about 10 years ago
52b55481e95b1d9d92737655737049fd409d247d authored about 10 years ago
Properly handle punycode TLDs
3c675ceeb4c1f81075dfe70a0a93627953adb923 authored about 10 years ago
fixes #351
- Allows punycode and unicode in TLD
- Added tests