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

Improve IDE autocomplete for methods

Add autocomplete to methods "checkQuery", "checkParams", "checkBody" - http://joxi.ru/KAg7gPQi4...

github.com/express-validator/express-validator - 1db8f0de80ea1c3a473646519daa0d1e107e0d8d authored about 8 years ago
Separate utils from the main file

github.com/express-validator/express-validator - 2551e9c19ae25649eade096f02b8681523dde685 authored about 8 years ago
Switch README badges to Shields.io

github.com/express-validator/express-validator - 6ec3bd89671c6077921b4472853fcbfe05ad4072 authored about 8 years ago
Merge pull request #282 from IOAyman/patch-optional-schema

Bug Fix: Optional validate method may not be applied when using a schema

github.com/express-validator/express-validator - 4e0d126b51f93beb1eaae59645bba9a1e6edf72a authored about 8 years ago
Bug Fix: Optional validate method may not be applied when using a schema

Closes #222

github.com/express-validator/express-validator - 1afe3206c1c5ff9b0c26940cf909c42c4739bbce authored about 8 years ago
Fix branch of the coverage badge in the README

github.com/express-validator/express-validator - 42c065d155d2bfb7221cc8e5d022f8b2a2554f2f authored about 8 years ago
Add missing tests for #checkHeaders()

github.com/express-validator/express-validator - 0ffd03dd227459bed05a38bf4fb026d5f65e689e authored about 8 years ago
Make headers validation and sanitization case insensitive

Usually, we write names of HTTP headers with capitals between each dash.
However Express (or is ...

github.com/express-validator/express-validator - 17cb82e659197f9396fed537e4e190bff166e93c authored about 8 years ago
Merge branch 'pr-232'

Closes #232

github.com/express-validator/express-validator - 8c2f5364f600583669af4f1756f18580feeffd48 authored about 8 years ago
Add tests for #checkCookies()

github.com/express-validator/express-validator - 1694cdaa10e2cb8e672ecd5f9a1d78dfa6c3b084 authored about 8 years ago
npm: go with ^ operator for versions of bluebird and lodash

These are two very popular libs, and fixing their versions to a specific
minor versions doesn't ...

github.com/express-validator/express-validator - 7d83ad9b48fae472cfb1b0d426f95fe384d8a37d authored about 8 years ago
Remove undocumented and untested feature .checkFiles()

This is definitely not contemplating #276.

github.com/express-validator/express-validator - 4a82694cf4991c37c257f1e9a1c76a5a17ca8122 authored about 8 years ago
Merge pull request #274 from ctavan/validator-v6

Validator v6

github.com/express-validator/express-validator - a6d69e20eb37b93d36f4395ec26e6cf80d4edc3f authored about 8 years ago
Restore old behavior of isInt in the tests

github.com/express-validator/express-validator - 1efdc52b283c5c6e6f84525996532befcc445c6e authored about 8 years ago
Create CONTRIBUTING.md

Closes #207

github.com/express-validator/express-validator - 2bb8fe08b24a41d5bfb4330d709fc5151b109e67 authored about 8 years ago
npm: update validator to ~6.1.0

github.com/express-validator/express-validator - 5b9232e750eb5e155dc95ffb0e142a2e0f80e24e authored about 8 years ago
travis: report coverage after successful build

github.com/express-validator/express-validator - 498d85bce95a2c305fc6a579f94a16f44635ce39 authored about 8 years ago
npm: change test script to run mocha with coverage reporting

github.com/express-validator/express-validator - 6d6f96e3ff7426ae88f318858039ac32bcb73372 authored about 8 years ago
git: ignore nyc output directories

github.com/express-validator/express-validator - 1d0399e5c4b88bcd839831e4d41456af2ba2f9d5 authored about 8 years ago
nyc: report with text-summary and lcov + html data

github.com/express-validator/express-validator - fc5875527c7ccca0678ccae90942fd0b7a07c8fc authored about 8 years ago
npm: install nyc as dev dependency

github.com/express-validator/express-validator - 96de1fdcf58ac8208a86fbc4e81f97e19041b49b authored about 8 years ago
Merge pull request #269 from cbovis/master

Introducing friendlier API for retrieving validation errors

github.com/express-validator/express-validator - aa38e4e7b4fcdb7b8aa9febc7752cabdd312659a authored about 8 years ago
Fixing documentation and test typos.

github.com/express-validator/express-validator - f5e3eeecfb6b3175ef756631ba1b54df76e86c30 authored about 8 years ago
Modified README to reflect getValidationErrors()

github.com/express-validator/express-validator - 70731eea44fd08aae7987bbc972d24c8ddc273b5 authored about 8 years ago
Friendlier API for retrieving validation errors.

github.com/express-validator/express-validator - f357f8e7b7ac3949ecc920d966670c680be724c8 authored about 8 years ago
Update first example from README to Express 4

github.com/express-validator/express-validator - 56a90a138060e071831d0436fcc8a6ed92eddcbd authored about 8 years ago
Travis: change node versions to 4 and 6

This is very likely to pick up the LTS version + the latest features.

github.com/express-validator/express-validator - a9fe8b67a14acb72037fcbe02549664ff4c20e79 authored over 8 years ago
Merge branch 'pr-265'

Closes #265

github.com/express-validator/express-validator - 02600c752c2ed50c03bd5010b93f11e2aa26c062 authored over 8 years ago
Fixed error in README (async validation)

Fixed error in the Asyncronous validation example. The promise was resolving in the case of user...

github.com/express-validator/express-validator - 92ea8ec428a4504e9060592792ca9ea6bd1e500b authored over 8 years ago
Document how to use options in schema validation

github.com/express-validator/express-validator - 8253d6070878e725232f0ddc5de4aeb75195143a authored over 8 years ago
check if options were passed before making it an array

github.com/express-validator/express-validator - 684029978f249f28d5a89d9cafc9b3bb35e118f2 authored over 8 years ago
Merge branch 'master' of https://github.com/pascalopitz/express-validator into pr-191

github.com/express-validator/express-validator - 884f4fc6ed89c2032be94d039bd96bfb0276aaf9 authored over 8 years ago
Merge pull request #253 from dpolivy/format-errors

String formatting for error messages

github.com/express-validator/express-validator - e9c9fd6f2073fa35b52452ad6ecce7c8b6d60095 authored over 8 years ago
Merge pull request #260 from helmutkian/master

Fixes optional params breaking req.check

github.com/express-validator/express-validator - 4dbe44bf1b1d8bf9b747d38244df3eb4c845622e authored over 8 years ago
README updates for string formatting

Update the README to include details on the new string formatting
functionality available for er...

github.com/express-validator/express-validator - cff7341e6b30e4f4b552e147701813a411e7a0e1 authored over 8 years ago
Fix linter errors and code style.

github.com/express-validator/express-validator - 9cd35cb29fe193dcb3c671f5ab06fac06de4eee1 authored over 8 years ago
Define tests for optional schemas with check.

github.com/express-validator/express-validator - 094d189b4ee188d8a0c1685a19d360aadd63ee73 authored over 8 years ago
Merge pull request #256 from IOAyman/IOAyman-validator-verBump

Validator.js version bump

github.com/express-validator/express-validator - 9bb3e8d5853d08f937e7aaa535810ac872478c25 authored over 8 years ago
Fix req.check with optional schema parameters

github.com/express-validator/express-validator - ef8ed542a937b049dd536965dab2e0060059d43f authored over 8 years ago
Upgrade Validator.js API to v5.7.x

github.com/express-validator/express-validator - a7b68dc81d6a7c5852767a887626418a6aa71ca3 authored over 8 years ago
String formatting for error messages

In prior versions of express-validator, you could include tokens like
%0, %1, etc in error messa...

github.com/express-validator/express-validator - 5cf0b784fa6503798eebbf0d2489b16f64e95177 authored over 8 years ago
Merge pull request #243 from srkimir/avoid-param-error-message-deletion-in-schema

avoid deletion of param error message when using schema validation

github.com/express-validator/express-validator - 2012d4656143eb34f16c6213a314ed3234fabc54 authored over 8 years ago
Update lodash to 4.14.x and validator to 5.4.x

github.com/express-validator/express-validator - 5f2889d16cf8b623a310aaa82c21f4801045c0ef authored over 8 years ago
Merge pull request #237 from KevinBusse/fix/update-dependencies

Update production depedencies

github.com/express-validator/express-validator - 62b864029bb9ff5cf34cc2e4479d90c8f1ecc784 authored over 8 years ago
avoid deletion of param error message when using validation against schema

github.com/express-validator/express-validator - 6008f466f0efdc5d18974240d4a4d94392b98b0c authored over 8 years ago
Update production depedencies

github.com/express-validator/express-validator - d9e7ccd65ddcb0cfc7f2423a64d958cce37d85a4 authored over 8 years ago
Merge pull request #233 from felipelrz/patch-1

Asynchronous validation implementation

github.com/express-validator/express-validator - 8ee3fe40ea9d2a6538e4549603286f51e7c25e14 authored over 8 years ago
Asynchronous validation implementation

Add details about implementation of async validation.

github.com/express-validator/express-validator - 522e22456e2c73f07761d188f36d9be24ef5c286 authored over 8 years ago
Upgrade to 2.20.4 to update validator to v5

github.com/express-validator/express-validator - 54156e14ea2311c27beba0e854c25fe50ee9b22f authored over 8 years ago
Merge pull request #231 from ctavan/extend_validator_to_coerce_strings

Update node-validator to v5 and restore automatic string coercion.

github.com/express-validator/express-validator - e9911ba2f34608d78312d746266ed42a77c8eebb authored over 8 years ago
Update node-validator to v5 and restore automatic string coercion.

github.com/express-validator/express-validator - 4fe80ec3efedf3feec9412b3a0e57f598ec7be60 authored over 8 years ago
Merge pull request #221 from ctavan/fix_bluebird_reflect

Convert promises to Bluebird promises in order to use reflect().

github.com/express-validator/express-validator - 3ab8150acb47f5892114f0114e34008df78da2a3 authored almost 9 years ago
Convert promises to Bluebird promises in order to use reflect(). Should fix #220

github.com/express-validator/express-validator - 7884efc891c39d5fd4d1c41fef08f8cb01bf0a39 authored almost 9 years ago
Merge pull request #217 from AuspeXeu/badge

Added badge reflecting the dependency status

github.com/express-validator/express-validator - 73bcf5c312f4e317242d1cbf6e8200c697c94ac6 authored almost 9 years ago
Merge pull request #215 from AuspeXeu/master

Upgraded bluebird

github.com/express-validator/express-validator - 57c309e71486de01489607475fcfdb705868b1b3 authored almost 9 years ago
Added comment to reference the fix

github.com/express-validator/express-validator - 49803b945239f298dc06329a02d102c9a7d5a607 authored almost 9 years ago
Added badge reflecting the dependency status

github.com/express-validator/express-validator - 41add1be83ed28fcf91abc383b921d7472a1e41a authored almost 9 years ago
Downgrade validator. An upgrade will require a major version bump since it doesn't automatically coerce non-strings to strings anymore: https://github.com/chriso/validator.js/pull/496

github.com/express-validator/express-validator - 0241908c15684333cce7102d8a882718f09d387c authored almost 9 years ago
Upgrade github-changes, lodash, and validator; update CHANGELOG.

github.com/express-validator/express-validator - 9073b5e53c122bd60f9873818980b87dde177b28 authored almost 9 years ago
Apply README fixes from 9b74fb4ffd4edce7268b9d1e9303829cdb8ae14e

github.com/express-validator/express-validator - dca9911928dba20dbd3fa31f39260b7f18da22f0 authored almost 9 years ago
Merge pull request #208 from JaniszM/master

Support for defining location of validation for each schema param.

github.com/express-validator/express-validator - 4cc5ef8ef189e03849e7b82ec07e6ff491a25c04 authored almost 9 years ago
Merge remote-tracking branch 'express-validator/master'

# Conflicts:
# lib/express_validator.js

github.com/express-validator/express-validator - 0385e6186f444a01af54a163fb66fbdd893fde85 authored almost 9 years ago
Fix matches example in README (resolves #209)

github.com/express-validator/express-validator - 9b74fb4ffd4edce7268b9d1e9303829cdb8ae14e authored almost 9 years ago
Merge pull request #212 from chrissinclair/master

#203 - Fixed bug where .withMessage() would not apply to a custom async validator

github.com/express-validator/express-validator - aa0dcbdf6ed5c5551e332b29e35db108c3cc7930 authored almost 9 years ago
Added missing require that broke build of tests on node v0.10.43

github.com/express-validator/express-validator - 20f033a9f6a7ba6ad1f3d9eb6c34e8e804071d0a authored almost 9 years ago
Readme and tests updated after review.

github.com/express-validator/express-validator - 981239fd7d7841b2c862c28e1d3f92836f52dcaa authored almost 9 years ago
#203 - Fixed bug where .withMessage() would not apply to a custom async validator

github.com/express-validator/express-validator - f6f88bcfd69179f2fdae87c02903bc04eba92029 authored almost 9 years ago
Merge pull request #2 from JaniszM/new_param_location

Tests extended.

github.com/express-validator/express-validator - bfcbad7e50410830ff037445c88b48e3420bf051 authored almost 9 years ago
Extended test schema to check if not supported location type force validator to skip.

github.com/express-validator/express-validator - 4fdc7a9a711485e792886accdc9160725ad67d9b authored almost 9 years ago
Merge pull request #1 from JaniszM/new_param_location

Support for defining location of validation for each schema param.

github.com/express-validator/express-validator - 7152214699bf98978e21e6119525d1c6cf92b69a authored almost 9 years ago
Issue #206. Added support for new field in validators structure allowing to define location of validation.

github.com/express-validator/express-validator - a30075162b721c5cdb3c2dee196704aab3d30f5b authored almost 9 years ago