Ecosyste.ms: OpenCollective

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

express-validator

An express.js middleware for validator.js.
Collective - Host: opensource - https://opencollective.com/express-validator - Website: https://express-validator.github.io/ - Code: https://github.com/express-validator

Merge pull request #202 from Coreorient/patch-lodash-alias-rename

Change lodash method names to match 4.x changes

github.com/express-validator/express-validator - 4e1fa406fee4db40af15529eb1ee639f11038cc0 authored almost 9 years ago
Update package.json

Bump lodash to most 4.2.x

github.com/express-validator/express-validator - 64d34f736b2b0d0880a5ca0c55fff8296422cf73 authored almost 9 years ago
Merge pull request #1 from Coreorient/patch-lodash-alias-rename

Change lodash method names to match 4.x changes

github.com/express-validator/express-validator - 0b883dc6d9be73ec8900a8b8fd7a6432ab13d261 authored almost 9 years ago
Change lodash method names to match 4.x changes

The _.contains alias was dropped in 4.0.0 in favor of _.includes

github.com/express-validator/express-validator - 55ad06654b65ffd2d7ecdc7f33de80b6856f7340 authored almost 9 years ago
Merge pull request #198 from aristidesfl/upgrade

Upgrade dependency (validator.js) from 4.2.x -> 4.5.x

github.com/express-validator/express-validator - fabf40b84820ac31783e66958014177affb15d10 authored about 9 years ago
Upgrade dependency (validator.js) from 4.2.x -> 4.5.x

Minor change in API, backwards compatibility maintained:

- isLenght({min: 2, max: 10})
- isByte...

github.com/express-validator/express-validator - 460e11c6df1210d66abd96cd3d2593c429528edf authored about 9 years ago
making sure options object is tested, adjusted readme to include example

github.com/express-validator/express-validator - bb13c59cdce4c78ba900c8f6979fc33d754ea945 authored about 9 years ago
options property now doesn't have to be an array

github.com/express-validator/express-validator - 98b4a222c90a7ff592dea68df07e44ed49a300fc authored about 9 years ago
Fixing options not getting passed into chain when using schema

github.com/express-validator/express-validator - 3417dddf56611d09f41f5f44721a58d63a984551 authored about 9 years ago
Merge pull request #183 from ctavan/slew_of_features

Optional() options, sanitizeHeaders(), and documentation

github.com/express-validator/express-validator - fdfe9e130f9ef6e70b6c08a9929cf920d059c80f authored about 9 years ago
Fix #177: Add sanitizeHeaders with tests and docs.

github.com/express-validator/express-validator - 4c9359f3062241535991bad6411f3ed2a658bff7 authored about 9 years ago
Fix #120: Add an options object to optional() so that you can test for falsy values.

github.com/express-validator/express-validator - 3e636f36a84d0defd7d644b1ef5d697811755be5 authored about 9 years ago
Update validator to 4.2.x and add node 4.0/4.1 to travis.yml.

github.com/express-validator/express-validator - 56d18fb5dc675502d06d57a377259e173d29d6fa authored about 9 years ago
Fix #182: Add how to call validators/sanitizers with arguments to docs.

github.com/express-validator/express-validator - 3123c0f41bdaeced65deeb672c0955359571fa93 authored about 9 years ago
Merge pull request #173 from riguy724/master

Fixed syntax error in schema validation example in README.md

github.com/express-validator/express-validator - 80c7aaa9bca51584f03bfabb5f5a42d10edddb65 authored over 9 years ago
Clarify mappedErrors in README - resolves #161

github.com/express-validator/express-validator - 13083d90bec06b0f7b9dbb6bff5986e7fd1735eb authored over 9 years ago
Merge pull request #166 from ctavan/nested_params_format

Fix the output of nested params in error object.

github.com/express-validator/express-validator - 4cb25b1fc236569dfe0a65657d0b8164e6704bb8 authored over 9 years ago
Issue #165: Fix the output of nested params to be a uniform string in the param field. This was broken in the refactor of v2.12.0.

github.com/express-validator/express-validator - eef534782067bf19b459120a5770ed186fbe6917 authored over 9 years ago
Merge pull request #164 from Jakeii/async

Async Validation

github.com/express-validator/express-validator - 6107114d9a5b0669a1b6b4f72052455509c0de79 authored over 9 years ago
Merge branch 'master' into async

github.com/express-validator/express-validator - 9b66f885d5fd862c2b27418955c8ab5a9e5c58c5 authored over 9 years ago
Merge pull request #145 from Jakeii/schema

Add validation by schema

github.com/express-validator/express-validator - 9f5e260697bb625737f3dde1b056d09de438bd1e authored over 9 years ago
change failMsg to errorMessage, use optional in README.md example

github.com/express-validator/express-validator - b6fca2b3a2d0d215f1ae620301977c0c6a0ccb6b authored over 9 years ago
conform to jscs and other imporvements

github.com/express-validator/express-validator - 8ff36987ce13476fad5dbb5653612860ecf0aca3 authored over 9 years ago
Merge branch 'master' of https://github.com/ctavan/express-validator into schema

github.com/express-validator/express-validator - d4134b03ac4c32b1715ba68512388f582d611af3 authored over 9 years ago
Merge pull request #160 from chrissinclair/master

Fixed bug where custom messages would be applied incorrectly

github.com/express-validator/express-validator - 886487cfa75dc93f4aee1385097b31406fa1db74 authored over 9 years ago
Fixed bug where with message would provide a custom message to an incorrect validation if the one it was meant to apply to passed, but a validation with a default message failed before hand.

github.com/express-validator/express-validator - b9dc9dfee7408d37319b138ff33a06e688c2b36c authored over 9 years ago
Correct sanitize example in README.

github.com/express-validator/express-validator - a16ea13f968ab6de058e161a6cd7368ff036c6b2 authored over 9 years ago
Merge pull request #159 from chrissinclair/master

#126 - Added withMessage method to provide a message per validation

github.com/express-validator/express-validator - bb28df3b896ec25b617576834ec1b7419639f444 authored over 9 years ago
Updated a few style points per PR feedback.

github.com/express-validator/express-validator - bf5edfaaf9e2ff7f420600116cb9a63dea1de807 authored over 9 years ago
Updated readme to detail the .withMessage method

github.com/express-validator/express-validator - 10a15a22ed3da0d730b958b0699e01e2f7abe883 authored over 9 years ago
Added withMessage extension to provide a custom message per validation

github.com/express-validator/express-validator - 9b4243cbd96c34af77a0570ab752942c6ca8f58f authored over 9 years ago
Merge pull request #157 from phuson/master

Fixed typo with the direction of how to use custom sanitizers.

github.com/express-validator/express-validator - c86661906a652666baa1e464f5d28b03930c006f authored over 9 years ago
Fixed typo with the direction of how to use custom sanitizer.

github.com/express-validator/express-validator - 88079994627ece8559c03a6adf5150e9dd79bf6d authored over 9 years ago
Add sudo false to travis to move to container builds: http://docs.travis-ci.com/user/workers/container-based-infrastructure/

github.com/express-validator/express-validator - 669fcb8c177c4f86c1fe3c357537e622bc60ae46 authored over 9 years ago
Merge pull request #155 from ikokostya/skip-validation

Don't call validators for optional parameters

github.com/express-validator/express-validator - 3c4fd6815e93d643ff1c0d06f9d2ff61c6477b1a authored over 9 years ago
Don't call validators for optional parameters

github.com/express-validator/express-validator - b6c89ef88f7cf7b20cc7e5e807a7066aa8fa791e authored over 9 years ago
Change lodash version to 3.10.x and validator version to 4.0.x

github.com/express-validator/express-validator - 60bfdcb4991f7a7afb73704e74ad426d1fbf6db2 authored over 9 years ago
Merge pull request #154 from SamVerschueren/iss153

Updated to the latest validator version (4.0.2)

github.com/express-validator/express-validator - dde72117685d9f2eb81cfe6436664f8103ebcb14 authored over 9 years ago
Updated to the latest validator version (4.0.2)

github.com/express-validator/express-validator - 3e5ca7003cd2ab7eaa3d88083d589fc94f8e78f7 authored over 9 years ago
Merge pull request #149 from ctavan/fix_sanitize_falsey

Test for falsy values in sanitization.

github.com/express-validator/express-validator - 11e4c2f6e9f260b0f1b886f9ce2067b3470d56ba authored over 9 years ago
Test for falsey values in sanitization.

github.com/express-validator/express-validator - cd7f31bf783597313b225960407a8ee754a34d24 authored over 9 years ago
Merge pull request #147 from ctavan/automate_jshint

Add jscsrc, add jscs/jshint to travis build, and fix errors thrown by JSHint/JSCS.

github.com/express-validator/express-validator - f1894f2217ad6e753ab1c8d4c0421012cecd6ea4 authored over 9 years ago
Add jscsrc, add jscs/jshint to travis build, and fix errors thrown by JSHint/JSCS.

github.com/express-validator/express-validator - 72d06e8a105df00cb98333c5009845498a260045 authored over 9 years ago
build a chain so optional works

github.com/express-validator/express-validator - d1c5ec3f35078b2986cbb83ec3977f031c08a2c1 authored over 9 years ago
Merge pull request #144 from JSteunou/issue-143

Provide a default options value

github.com/express-validator/express-validator - 22fd65a34cf5cbf43aae4dae9f35d104da8939f2 authored over 9 years ago
Provide a default options value

should fix #143

github.com/express-validator/express-validator - 006ab9927d6519b2594ebc5c841a83584433aed1 authored over 9 years ago
Update node-validator to 3.40.1

github.com/express-validator/express-validator - 261337a8a479b806f66f2cb2a819c748a53568ec authored over 9 years ago
Merge pull request #139 from Jakeii/refactor

Refactor

github.com/express-validator/express-validator - 8bbeef20a783112ccc22b8a79894a839ec535751 authored over 9 years ago
complete code refactor

Much more documentation, with few tweaks to the workings of sanitisers

Clean up README.md, slig...

github.com/express-validator/express-validator - fc2745e3a2b122e324f8e582b7a0544e071db97d authored over 9 years ago
Merge pull request #137 from uhlryk/master

added custom santizers

github.com/express-validator/express-validator - 542886660c325c5961bcb5be742f10332e6b9132 authored over 9 years ago
fix spelling sanitize; add documentation

github.com/express-validator/express-validator - a7352f71579ca34fd5febb6d20f86efae3169023 authored over 9 years ago
Update CHANGELOG.md (changelog command relies on remote tags)

github.com/express-validator/express-validator - 06435b97d1310f6de72c6428b4281c0932ecbf5f authored over 9 years ago
Merge pull request #134 from ctavan/mocha_tests

Remove old unit tests in favor of Mocha unit tests

github.com/express-validator/express-validator - 5367d150031b6a5c220ca3f5c292f36f5ee028f9 authored over 9 years ago
Merge branch 'master' into mocha_tests

Conflicts:
package.json

github.com/express-validator/express-validator - 0463167df9db7ea810dfc75a156451ee412bfe6d authored over 9 years ago
Merge pull request #135 from ctavan/config_changes

Config changes/other cleanup

github.com/express-validator/express-validator - 2105fb3c92f7659aa4f6493c4b221460b0cd9da6 authored over 9 years ago
Use the same node versions as node-validator.

github.com/express-validator/express-validator - bc2ef59b5a5c45be12f6efb27199a29d8689ac2f authored over 9 years ago
Bump validator version to 3.39.0

github.com/express-validator/express-validator - 0c3aaecb0f7d4a75a1bc20e94290cfe72e98a49c authored over 9 years ago
Add changelog to devDependencies and add npm script to generate changelog.

github.com/express-validator/express-validator - dfb757b8eafe3149c552be4b92eb259fb6bdd5e5 authored over 9 years ago
Add node 0.12 to travis.yml, remove dead gist link in README, add license in package.json.

github.com/express-validator/express-validator - bf044b577f6999a7f1e92cb9f74ddf4a44bd78d3 authored over 9 years ago
Add jshint to devDependencies, add .jshintrc, fix semicolon issues.

github.com/express-validator/express-validator - 73daa44dee192049da4fff732dec629a6630af73 authored over 9 years ago
Add comment to explain before() function busting require's cache in each test file.

github.com/express-validator/express-validator - fb8d049dd1f0a0da6c0070cf160316f9b732a732 authored over 9 years ago
Remove async from devDependencies

github.com/express-validator/express-validator - 7fc7b1c54c22f19dfc650cba06b47e6e05d0c653 authored over 9 years ago
Remove old tests and change npm test to use Mocha.

Needed to use cache busting to get around the fact the validator wasn't properly changing between...

github.com/express-validator/express-validator - a74de1eb3ef2bdf67beb5be4fd3a8e51e4d190b5 authored over 9 years ago
Add Mocha tests for validating regex routes

github.com/express-validator/express-validator - 39f1b55f817a7ca1f0fc802247ba8dd0d24ff21f authored over 9 years ago
Add Mocha tests for nested input

github.com/express-validator/express-validator - 68adc6e76b6abb3f0c1946c3c51ca16c1cebe9b6 authored over 9 years ago
Add Mocha tests for mapped output using validationErrors(true)

github.com/express-validator/express-validator - a029176a7c7ac0666f0b93adca0d2ea0a57ff98b authored over 9 years ago
Add Mocha tests for check()

github.com/express-validator/express-validator - 5a2f7ef3a5a0f59fb9f6692e2e5d93f81b5e497b authored over 9 years ago
Add Mocha tests for checkQuery()

github.com/express-validator/express-validator - 9cd6f626cb287f1a877e0f645690b528938f3dc4 authored over 9 years ago
Add Mocha tests for checkBody()

github.com/express-validator/express-validator - c91e0220312097548abaf21d91e076e18726f3ab authored over 9 years ago
Add tests for checkParams()

github.com/express-validator/express-validator - bbcb4620ada424a2352a148975eba2072d8badf3 authored over 9 years ago
Add mocha/chai as dependencies, simplify app.js helper, create mocha tests for optional().

github.com/express-validator/express-validator - d2eb638611a015dd04d4aa59c4c790ca324bcc66 authored over 9 years ago
Merge pull request #132 from ctavan/fix_optional_header

Fix checkHeader so that it works with optional()

github.com/express-validator/express-validator - bfe0ccdc926e510cceda0d6ea5ad44265668e8d4 authored over 9 years ago