Ecosyste.ms: OpenCollective

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

github.com/express-validator/express-validator

An express.js middleware for validator.js.
https://github.com/express-validator/express-validator

chore(deps): bump webpack from 5.75.0 to 5.76.1

dependabot[bot] opened this pull request almost 2 years ago
Add globstar (wildcard deep matching) support

gustavohenke opened this pull request almost 2 years ago
Rename field with wildcard support

anasshakil opened this pull request almost 2 years ago
Request-level bail

gustavohenke opened this pull request almost 2 years ago
Body parameter that can be string or float

IronCub3 opened this issue almost 2 years ago
feat: update to support validator 13.9.0

fedeci opened this pull request almost 2 years ago
chore(deps): bump eta from 1.12.3 to 2.0.0

dependabot[bot] opened this pull request almost 2 years ago
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1

dependabot[bot] opened this pull request almost 2 years ago
Add ExpressValidator class

gustavohenke opened this pull request almost 2 years ago
chore(deps): bump ua-parser-js from 0.7.32 to 0.7.33

dependabot[bot] opened this pull request almost 2 years ago
Infer the type of the req object from the schema definition

adamgen opened this issue almost 2 years ago
Validations problems with .optional()

guicompeng opened this issue almost 2 years ago
[Wildcards] RangeError: Maximum call stack size exceeded

modestaspruckus opened this issue almost 2 years ago
Unknown field validation

gustavohenke opened this pull request almost 2 years ago
Access Error Object at Error Middleware Handler

islamay opened this issue almost 2 years ago
deps: bump minimatch and recursive-readdir

dependabot[bot] opened this pull request about 2 years ago
chore(deps): bump json5 from 1.0.1 to 1.0.2

dependabot[bot] opened this pull request about 2 years ago
Change signature of Context#addError()

gustavohenke opened this pull request about 2 years ago
Docusaurus v2

gustavohenke opened this pull request about 2 years ago
gh: upgrade checkout and setup-node actions

gustavohenke opened this pull request about 2 years ago
gh: upgrade checkout and setup-node actions

gustavohenke opened this pull request about 2 years ago
Upgrade TS + lint deps

gustavohenke opened this pull request about 2 years ago
Add error context from validator for use in withMessage

kkoster opened this issue about 2 years ago
Does escape() function call, prevents from sql injection?

mai1x9 opened this issue about 2 years ago
isDate validation not working with format

silvio-gratani opened this issue about 2 years ago
Validation as middleware too distant from dependent code?

jallen-cse opened this issue about 2 years ago
Integration with Swagger

zcharef opened this issue about 2 years ago
Problems validating objects inside an array

agabi10 opened this issue about 2 years ago
fix(default): not working when chained with `.optional()`

lpizzinidev opened this pull request about 2 years ago
checkSchema support for multiple custom validators/sanitisers

gustavohenke opened this pull request over 2 years ago
Correctly return nullable data in `matchedData`

AndrewBarba opened this pull request over 2 years ago
How to reuse a custom validation chain as `router.use(xxxValidator)`

convers39 opened this issue over 2 years ago
if oneOf

automaticdreams opened this issue over 2 years ago
should add support for DR Congo mobile phone validation

coolbeatz71 opened this issue over 2 years ago
Enforce request body match validation schema

erakis opened this issue over 2 years ago
Matched Data should return the location

olawalejuwonm opened this issue almost 3 years ago
Feature/report failed conditions

amagid opened this pull request almost 3 years ago
Schema validation chain doesn't break on validation failure.

jooohny opened this issue about 3 years ago
ci: add old node versions to CI

fedeci opened this pull request about 3 years ago
Middleware fail fast

NeverwinterMoon opened this issue about 3 years ago
Search option isn't working at documentation!!!

shafinthedeveloper opened this issue over 3 years ago
query sanitation is not happening or not mutating req.query object

mylawacad opened this issue over 3 years ago
feat(extend): allow adding of custom validators globally (#1077)

ysfaran opened this pull request over 3 years ago
fix(`checkSchema`): check all locations if `in` is not specified.

nikli2009 opened this pull request over 3 years ago
is it safe to access data from request in a dependable field

jensysantana opened this issue over 3 years ago
matchedData does not include nullable optionals

AndrewBarba opened this issue over 3 years ago
How to get failed error type

jensysantana opened this issue over 3 years ago
Detailed docs

aybhalala opened this issue almost 4 years ago
feat: change `#toString()` behaviour for arrays

fedeci opened this pull request almost 4 years ago
v7.0.0 features

fedeci opened this pull request almost 4 years ago
v7.0.0 Release Plan

fedeci opened this issue almost 4 years ago
select-fields improvements

fedeci opened this issue almost 4 years ago
docs: mention `ContextBuilder` returned from `#check()`

fedeci opened this pull request about 4 years ago
feat: add 'rename' context-item

fedeci opened this pull request about 4 years ago
Bug: [TS] No overload matches this call.

moshie opened this issue about 4 years ago
Bug: oneOf returns all the errors of a group

kouraf opened this issue about 4 years ago
custom sanitizer: Split String

Inkbug opened this issue about 4 years ago
nestedErrors inside custom validation function

bombillazo opened this issue about 4 years ago
Bug: Cannot use oneOf with wildcards

bombillazo opened this issue about 4 years ago
checkNoUnknown()

CarlosRodar opened this issue over 4 years ago
matchedData returns key value pair object on array body

Krickew opened this issue over 4 years ago
Implementing 'bail()' with Wildcard Validations

westcoastsuccess opened this issue over 4 years ago
nestedErrors in `formatWith` callback can not use `map()` etc in TS

pawelfus opened this issue over 4 years ago
optional({ options: { checkFalsy: true} }) failing with method chaining

tilakjayswal16 opened this issue over 4 years ago
TS generics support for checkSchema function

gugu opened this pull request almost 5 years ago
matchedData: consider unused fields as optional data

gustavohenke opened this pull request almost 5 years ago
Only allow fields that are defined. Deny other fields in body.

ammo8600 opened this issue about 5 years ago
optional validator within oneOf results in incorrect matchedData

jasonlaw-dev opened this issue about 5 years ago
Adding custom matchedData within .custom()

ghost opened this issue about 5 years ago
Strange async custom validator behavior

Poyoman39 opened this issue about 5 years ago
A request is not being mutated (Sanitization)

alusev opened this issue about 5 years ago
Sanitizing arrays loses data except first item

bincc opened this issue about 5 years ago
Wildcard for values with "."

sajal50 opened this issue about 5 years ago
[Feature Request] Ability to rename parameters

supermacro opened this issue over 5 years ago
express-validator can not validate while using multer

Alirezaies opened this issue over 5 years ago
After version 5.3.1 form arrays are mangled

Austinb opened this issue over 5 years ago
Set value of `matchedData` `includeOptionals`

cjancsar opened this issue over 5 years ago
checkSchema field option--withMessage fails silently

recyclingben opened this issue about 6 years ago
Runtime optional

vincentkwok opened this issue about 6 years ago
On optional chain try to validate nulls

dnKaratzas opened this issue over 6 years ago
schema validation error messages

narekkeryan opened this issue over 6 years ago
Where do we send donations?

mckenzieja opened this issue over 6 years ago
Expose `check()` and `validationResult()` to all routes

fsultani opened this issue over 6 years ago
Validate Keys passed as body/query paramters?

yousufmj opened this issue almost 7 years ago
Support multiple custom validators/sanitisers with schemas

gustavohenke opened this issue almost 7 years ago