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

mocha: run tests from check directory as well

github.com/express-validator/express-validator - 0d56ab833dee0dbe3443082996baf7909ec62f2c authored over 7 years ago
check: guarantee multiple middleware calls don't overwrite each other

github.com/express-validator/express-validator - 2d3b9062aaef19bb8fc8666465cbba2a339115a4 authored over 7 years ago
git: ignore package-lock.json and reorganize the file

github.com/express-validator/express-validator - 0c60db0b7600b3e90029872503ea6626e5a21e23 authored over 7 years ago
Add alternative v4 features (check API)

github.com/express-validator/express-validator - f37be0271482a9c233de08d3d9596ce67cadec9d authored over 7 years ago
Tests: use only syntax supported by Node 4+

github.com/express-validator/express-validator - 161d14cb4bfc6d964f74e385d9be35e4041c5647 authored over 7 years ago
Add test for customValidators with schemas

github.com/express-validator/express-validator - d611aa32230dc45f9d9ff21b05f09952953635d1 authored over 7 years ago
Merge pull request #370 from plumpNation/incorrectDepClaim

Innaccurate dependency claim

github.com/express-validator/express-validator - 134e8e257b3c3a0a12d69724cb9e2fb3e5c0fb69 authored over 7 years ago
Innaccurate dependency claim

github.com/express-validator/express-validator - 4ad3b94918f1fcb513ee46a50a21ff890984a2fa authored over 7 years ago
Keeps validators/sanitizers from other middleware instances

Fixes #341

github.com/express-validator/express-validator - a7a42efd2cb0167690b0711bf81cb34b30fa08ad authored over 7 years ago
Move util functions out of main file

github.com/express-validator/express-validator - 2563d801321957d23bd2cb0252e4d0d8d0ff0c62 authored over 7 years ago
schema: make it work with cookies

Closes #292

github.com/express-validator/express-validator - ca312716fed647861b7ccbf7ec43adcd3cec5a27 authored over 7 years ago
typescript: add customValidators to the Validator interface

github.com/express-validator/express-validator - a8dde3138b5edabfe12c318404f14c1d78205e32 authored over 7 years ago
Schema: ignore validator if its value is falsy

Closes #263

github.com/express-validator/express-validator - 817af05a60234b0d081b84e0dbe91303f7bc7199 authored over 7 years ago
typescript: make isBefore/isAfter accept only strings

Yep, that's what they want... no Dates allowed

Fixes #345

github.com/express-validator/express-validator - 77299b940e5d1d7dfd88ab12db2b5af1c642eef5 authored over 7 years ago
typescript: add support for async customValidators

Fixes #318

github.com/express-validator/express-validator - 30016f9df83ec39fcad22f31b7f8192c06a9287b authored over 7 years ago
Merge pull request #366 from ctavan/tests-refactor

Move to unit tests

github.com/express-validator/express-validator - 3780f87b816b06f59b5aedb577e8ef9fb2505eb4 authored over 7 years ago
Tests: don't use syntax unsupported to Node 4

github.com/express-validator/express-validator - 7b5d3924fa4e6b49d5373045caed69f55963f763 authored over 7 years ago
Tests: move everything to unit tests

github.com/express-validator/express-validator - 44c3214fe8058e6e16a4b77a4c03c54186b1a28f authored over 7 years ago
git: ignore .DS_Store from OSX and .vscode

github.com/express-validator/express-validator - b4c0f5a39e3d9c2bb1645eb37f6a18039d943bcc authored over 7 years ago
Remove unused Promise variable

github.com/express-validator/express-validator - 4d302cbe3008b4496d7924add328e1139f03aa7c authored over 7 years ago
Update typescript version

So that CI builds don't fail anymore :)

github.com/express-validator/express-validator - cd055436f45c9e370c5b8b367c6f4722fea0aaeb authored over 7 years ago
Merge pull request #354 from cotko/master

Fix `isValid.then` check bug in case validator returns undefined/null

github.com/express-validator/express-validator - bcb674460825693ec0f17a51d08010b618552acf authored over 7 years ago
Treat null and undefined as unexpected values returned by validators and print warning for each validator which returns them

github.com/express-validator/express-validator - 9df002e988462649ebdc728fe6c20d9d3ad68b45 authored over 7 years ago
Treat null and undefined as unexpected values returned by validators and print warning for each validator which returns them

github.com/express-validator/express-validator - 092cd32f45e5f21c53d9ab1d4d582b8c5f8317f6 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/express-validator/express-validator - 9af53b774552af48cdf5cf219957e2cf3f5c4403 authored over 7 years ago
Merge pull request #358 from hansmaad/patch-1

Update @types/bluebird package. Closes #357

github.com/express-validator/express-validator - ac1a1b68e6226919f589db1db47128974b502009 authored over 7 years ago
Update @types/bluebird package. Closes #357

github.com/express-validator/express-validator - 18170e0a0d9cd307d57a41298321951e07df83ff authored over 7 years ago
Tests: Import from .ts file

github.com/express-validator/express-validator - 454bb081627cf78d5d6787b132d408d0b85ddbf3 authored over 7 years ago
Merge pull request #352 from taicho/master

REF #350 Fix for TypeScript Typings Revisted

github.com/express-validator/express-validator - ede8f7d3602371002148e7ab88a98e355dfeeb04 authored over 7 years ago
Create express_validator.js

github.com/express-validator/express-validator - 796b36e35e86be099060c07e60e8e8c33574c547 authored over 7 years ago
Fix for TypeScript Typings.

This has been a bad day. This is tested both in project tests and in
real project and should res...

github.com/express-validator/express-validator - 16123b3a3518ea4ac851e5573e74c879d06a7a86 authored over 7 years ago
OK. This should resolve any and all issues with TypeScript import.

On a side note…obviously I suck at writing definitions but this should
be it.

github.com/express-validator/express-validator - 974d413941391f4c57ab0231a9878cb8a012a167 authored over 7 years ago
Fix for TypeScript Typings + Correction to Pull

This fixes the TypeScript Typings so a proper import can be performed
using TypeScript import sy...

github.com/express-validator/express-validator - 41e1782324ebf5bd98d36d1b73947d111f2b2865 authored over 7 years ago
Fix for TypeScript Typings

Without this fix users of TypeScript (at least 2.3.4) unable to import
the library using standar...

github.com/express-validator/express-validator - e2370636c25e1354d355f3d46f7161c30aa568c9 authored over 7 years ago
Merge pull request #348 from nicolashenry/master

declare trim parameter as optional in type definitions

github.com/express-validator/express-validator - 2a622ff85fb067b9ee8e8863d3f9088277f3282e authored over 7 years ago
declare trim parameter as optional in type definitions

github.com/express-validator/express-validator - 9dc4e38bece61ec708046b5d630ec7fca8dd32e8 authored over 7 years ago
Docs: fix problems of unavailable request params/body

Fixes #316

github.com/express-validator/express-validator - 5331c97de366124884586c37d9c6e6a3cf5e033a authored over 7 years ago
Add deprecation warnings

req.validationErrors() and req.asyncValidationErrors()
are deprecated since v3.0.0.
Adding warni...

github.com/express-validator/express-validator - addbecd58e1e9a5240da3271f5e24f8f72a8c546 authored over 7 years ago
Merge pull request #337 from ChaseMoskal/testable

Reduce module state to improve testability

github.com/express-validator/express-validator - 95ae3c48c108e536a6c4fbdecc32382d86b1c49b authored almost 8 years ago
Improve testability and class scoping

[lib/express_validator.js]

Move the following parts inside the `expressValidator` constructor:...

github.com/express-validator/express-validator - ea2c2ab68fb5fb2b2ba34830be8c3d3bc799b1f5 authored almost 8 years ago
Add test suite for general testability

github.com/express-validator/express-validator - f85819dae064353c9f9cb09a0b503e175831812d authored almost 8 years ago
Merge pull request #329 from jyotman/markdown-fix

fix markdown title syntax in README.md

github.com/express-validator/express-validator - 0bdadadeda76ba72d48a6eea8371956898c944b2 authored almost 8 years ago
fix markdown title syntax in README.md

github.com/express-validator/express-validator - 194faef7bed18300a5b2d512d7586f5460ebd7f1 authored almost 8 years ago
Merge pull request #310 from kacepe/patch-1

Allow to use fully custom error formatter without typescript error.

github.com/express-validator/express-validator - 841944e40b5bbc48aa5a92287ccb8436b26e9e5c authored almost 8 years ago
Allow to use fully custom error formatter.

github.com/express-validator/express-validator - a6f689d615b04da17e3046a8b16bbd5979090635 authored almost 8 years ago
Remove JSHint and JSCS stuff

github.com/express-validator/express-validator - 3c997fda30cee455604176bb17e52c9221224344 authored about 8 years ago
npm: switch JSCS and JSHint scripts with ESLint

github.com/express-validator/express-validator - eaced95de07a672d70e4d36017e21cfe470e9bd2 authored about 8 years ago
eslint: add initial config and fix offending code

github.com/express-validator/express-validator - 34eb328b7fe066c47df776ae667366782d875e12 authored about 8 years ago
Travis: use only LTS + current Node.js versions

github.com/express-validator/express-validator - 59099b898c92664b16f41af7fda079709bd2e680 authored about 8 years ago
Merge pull request #304 from akifo/master

Fix deprecated sample code based on express

github.com/express-validator/express-validator - 8e8f635ffdb32862fd8e076a4103c9fef29e651b authored about 8 years ago
Fix deprecated sample code

github.com/express-validator/express-validator - 137f6e69a58e0dd9334c9e76e0d2e1d512da3418 authored about 8 years ago
Merge pull request #300 from levani/patch-1

customValidators should accept variable number of arguments

github.com/express-validator/express-validator - fc2ef48058c0850dd52ecd54738e24e941760453 authored about 8 years ago
Update typeDefinitionTest.ts

github.com/express-validator/express-validator - 750c777f72b0123743ba4f9ffd9286fd85009aef authored about 8 years ago
Update index.d.ts

customValidators should accept variable number of arguments

github.com/express-validator/express-validator - 5ac8446e0c85be0bf8dac789c9d672bb299a5490 authored about 8 years ago
Merge pull request #293 from IOAyman/patch-tsdefs

Moved necessary dependencies back to `dependencies`

github.com/express-validator/express-validator - d5c8cf374067b26a4bb8ff05a40212d251efce6b authored about 8 years ago
Moved necessary dependencies back to `dependencies`

Fix for https://github.com/ctavan/express-validator/commit/fd2631f

github.com/express-validator/express-validator - 670ee7313aca883d007a69b666b44e8ca3597a35 authored about 8 years ago
Point changelog to GitHub releases page

github.com/express-validator/express-validator - 548590361d9a0ac5f82bab40faeec838e5a37ff0 authored about 8 years ago
Update changelog to v3.1.0

github.com/express-validator/express-validator - cc0b83d02794a5c18f2ce239fe596b8e0a3a7b00 authored about 8 years ago
Merge branch 'pr-289'

Closes #289

github.com/express-validator/express-validator - fd2631fe4992d5adecec90cba4e6ec4c62ca9774 authored about 8 years ago
README: Add TypeScript section

github.com/express-validator/express-validator - 0d7b95b7c256c8fd035ca5a42e6611f7da9c0bd4 authored about 8 years ago
Finished remaining tests & added IPVersion type

github.com/express-validator/express-validator - 1a07b88e472aef2f7eff6cc8ebaf5b149bd06062 authored about 8 years ago
Added validation schema definition

github.com/express-validator/express-validator - 424c6ce0848ce03404bfe34117ac6d31aaba51b9 authored about 8 years ago
If a schema is passed, the validator should not accept a message

github.com/express-validator/express-validator - ed14f8855a3eea24d9e76c7b4611ba7770510b78 authored about 8 years ago
Added type definitions test

github.com/express-validator/express-validator - 3b1d0fad4a5271097374c210b20ad376ca8c8b4b authored about 8 years ago
Moved dev dependencies to devDependencies

github.com/express-validator/express-validator - a61e698fca35885150756adb80ea1fab9c49bc62 authored about 8 years ago
Upgraded type definition to v3.0.0

github.com/express-validator/express-validator - a2794122b8151643be64f8e5d4fa2d3d468537aa authored about 8 years ago
init type definition file

based on https://github.com/DefinitelyTyped/DefinitelyTyped/blob/e2af6d0bd5dffabdb363e779c5ab7f4...

github.com/express-validator/express-validator - dfbddc9e7c80e89b9539c4023013f6b8cd1bd791 authored about 8 years ago
Upgraded validator.js to v6.2.0

github.com/express-validator/express-validator - ff1e53cb96dd074c2122b5dd2e392a16135da46a authored about 8 years ago
Travis: update npm before installing anything

github.com/express-validator/express-validator - 8c7ec86526d63ff9d06b383a878d4d6e987e3e5a authored about 8 years ago
Merge branch 'pr-290'

Closes #290, closes #288

github.com/express-validator/express-validator - 68242d92fba7c529727f55761a90f751862953b1 authored about 8 years ago
Updated REAMDME, added tests for req.check with in: headers

github.com/express-validator/express-validator - b2877ce76a6ade87620db10091e335165b708628 authored about 8 years ago
Adding checkHeaders schema functionality

github.com/express-validator/express-validator - 28935b916de617cda9e80b58276c31f8079d975b authored about 8 years ago
Update changelog up to v3.

github.com/express-validator/express-validator - c84820ff1b50bbeb7b82bb6c58bd08cc17541e49 authored about 8 years ago
Specify fail message of optional when using schema

This one wasn't included in #282

github.com/express-validator/express-validator - fa25f11fe211663e902160b921db8e1eb7a07ce3 authored about 8 years ago
Ignore tests and other dotfiles from npm package

github.com/express-validator/express-validator - d99417f35d92bf3d751c979639ac04958fbc1aec authored about 8 years ago
Move optional flag after other validation in optionalSchemaTest

This is in order to 'test' #262/#282/#222.

github.com/express-validator/express-validator - f3c0a40027a780a8e4c61d8215309ed916699951 authored about 8 years ago
Merge pull request #285 from ctavan/errors-result

#getValidationResult() validation result object

github.com/express-validator/express-validator - 417a65317e85a01d4d92f86561ba82b86744fb53 authored about 8 years ago
readme: rename non existing variable in Usage

github.com/express-validator/express-validator - ebdd10d14c136aa6bec6d5ba3ecccc23f623d308 authored about 8 years ago
readme: add missing regex routes section

github.com/express-validator/express-validator - 6d96a976b16e5bc05eb69893b64334e108158775 authored about 8 years ago
readme: readd docs about deprecated methods

github.com/express-validator/express-validator - 5e204dc7b9c4aca773139198429e8f09a52faba2 authored about 8 years ago
readme: add a table of contents

github.com/express-validator/express-validator - 8f10fa6bd1cb6f36a2d9f42d173c7a307b93575a authored about 8 years ago
Rename #getValidationErrors() to #getValidationResult()

github.com/express-validator/express-validator - bbb9b4e93cf6fe34f9f8178e56a7245188c9f657 authored about 8 years ago
readme: update docs for usage of #getValidationErrors()

github.com/express-validator/express-validator - 40e966fc0c4dc42a42f3deb17207dcabfff3faac authored about 8 years ago
JSHint: set expr rule to true

This is in order to allow some Chai assertions to work.

github.com/express-validator/express-validator - d05460820cf430f87d23c58682dd8fdac10bddc7 authored about 8 years ago
getValidationErrors(): return a result object instead of errors directly

This new format is more powerful and flexible than its counterparts.
There is no longer a boolea...

github.com/express-validator/express-validator - 5db0b0f8db2829c0b4e43357d00c06e119aec85d authored about 8 years ago
Merge branch 'pr-280'

Closes #280

github.com/express-validator/express-validator - d6b666accab7104cf7864df85c3a0a546abe6962 authored about 8 years ago