issues
search
AndrewKeig
/
express-validation
express-validation is an express middleware that validates a request and returns a response with errors; if any of the configured validation rules fail.
MIT License
393
stars
85
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix type definitions for Joi errors
#174
ozonep
closed
5 months ago
1
V5
#173
Nicholaiii
closed
1 year ago
1
Bump minimist and mkdirp
#172
dependabot[bot]
opened
1 year ago
0
Bump @sideway/formula from 3.0.0 to 3.0.1
#171
dependabot[bot]
opened
1 year ago
0
How to apply default values in Joi schema? How to apply data modifiers?
#170
cacharrin
closed
1 year ago
1
Bump cookiejar from 2.1.2 to 2.1.4
#169
dependabot[bot]
opened
1 year ago
0
Bump json5 from 1.0.1 to 1.0.2
#168
dependabot[bot]
opened
1 year ago
0
Bump json5 and tsconfig-paths
#167
dependabot[bot]
opened
1 year ago
0
Bump express from 4.17.1 to 4.17.3
#166
dependabot[bot]
opened
1 year ago
0
Bump qs from 6.7.0 to 6.11.0
#165
dependabot[bot]
opened
1 year ago
0
[Snyk] Upgrade joi from 17.6.0 to 17.6.1
#164
AndrewKeig
opened
2 years ago
0
[Snyk] Upgrade @types/express from 4.17.13 to 4.17.14
#163
AndrewKeig
opened
2 years ago
0
Bump minimist from 1.2.5 to 1.2.6
#162
dependabot[bot]
closed
1 year ago
1
Bump semver-regex from 3.1.3 to 3.1.4
#161
dependabot[bot]
closed
2 years ago
0
Require values in the schema object to be Joi schemas up front
#160
papandreou
closed
2 years ago
2
Simplify the code a bit using async/await
#159
papandreou
closed
2 years ago
4
Update jest to ^27.5.1
#158
papandreou
closed
2 years ago
0
Export a type definition for the ValidationError constructor
#157
papandreou
closed
2 years ago
2
Bump ansi-regex from 4.1.0 to 4.1.1
#156
dependabot[bot]
closed
2 years ago
0
Bump ws from 7.4.3 to 7.5.7
#155
dependabot[bot]
closed
2 years ago
0
Completely replace req.body/req.params/etc. with the coerced/validated value from Joi
#154
papandreou
closed
2 years ago
4
joiOptions context not found
#153
joseluisdominguez
closed
2 years ago
1
Bump ajv from 6.12.0 to 6.12.6
#152
dependabot[bot]
closed
2 years ago
0
Add support for `stripUnknown: true`
#151
ifeltsweet
closed
2 years ago
1
Howt to translate the error into different languages?
#150
radiorz
closed
2 years ago
1
Joi.boolean().default(true) leaves unspecified field undefined
#149
yonirab
closed
2 years ago
5
Bump tmpl from 1.0.4 to 1.0.5
#148
dependabot[bot]
closed
2 years ago
0
Bump semver-regex from 3.1.2 to 3.1.3
#147
dependabot[bot]
closed
2 years ago
0
Validate response
#146
multipliedtwice
closed
2 years ago
1
Bump path-parse from 1.0.6 to 1.0.7
#145
dependabot[bot]
closed
2 years ago
0
[Snyk] Upgrade joi from 17.4.0 to 17.4.1
#144
snyk-bot
closed
2 years ago
1
[Snyk] Upgrade @types/express from 4.17.11 to 4.17.12
#143
snyk-bot
closed
2 years ago
1
error: TypeError: external_express_validation_default(...) is not a function
#142
tytom2003
closed
2 years ago
1
Bump glob-parent from 5.1.0 to 5.1.2
#141
dependabot[bot]
closed
2 years ago
0
Bump ws from 7.4.3 to 7.4.6
#140
dependabot[bot]
closed
2 years ago
1
Bump hosted-git-info from 2.8.8 to 2.8.9
#139
dependabot[bot]
closed
2 years ago
0
Bump lodash from 4.17.19 to 4.17.21
#138
dependabot[bot]
closed
2 years ago
0
Joi.object().unknown(true) return 404
#137
devatquarxps
closed
2 years ago
2
JoiError and ValidationError type clashing
#136
cmdcarini
closed
2 years ago
3
Failed build caused by `export class ValidationError extends JoiError {`
#135
breefstudio
closed
3 years ago
3
Update ValidationError typescript definition
#134
novakDev
closed
3 years ago
2
Update ValidationError definition for typescript
#133
novakDev
closed
3 years ago
0
PR to include "session" for validation
#132
basaran
closed
3 years ago
1
** wrong repo
#131
bombillazo
closed
4 years ago
0
Add the ability to wrap validation errors
#130
powersjcb
closed
2 years ago
1
Insecure logging of secret field values
#129
powersjcb
closed
2 years ago
1
Pass joi's options when validating schema
#128
YonatanKiron
closed
1 year ago
5
Allow unknown fields
#127
YonatanKiron
closed
1 year ago
4
Links to Joi website for documentation are not working.
#126
deepak-hce
closed
3 years ago
2
How to convert comma separated query parameters to JOI array to validate each element
#125
daveanders
closed
4 years ago
1
Next