-
#### Context
* *node version*: 16
* *module version with issue*: 17.1.1
* *last module version without issue*: ?
* *environment* (e.g. node, browser, native): node
* *used with* (e.g. hapi …
-
Vulnerable Library - opentok-2.6.1.tgz
## Vulnerabilities
| CVE | Severity | CVSS | Dependency | Type | Fixed in (opentok version) | Remediation Available |
| ------------- | ------------- | …
-
* Validate the configuration document on submit using the Joi schema defined
in PlanConfig.
* Save the configuration document to Firestore through GQL mutation.
* Display validation/success/error mess…
-
Vulnerable Library - opentok-2.6.1.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/lodash/package.json
## Vulnerabilities
| CVE | Severity | CVSS | Depend…
-
The [`mixed.oneOf`](https://github.com/jquense/yup#mixedoneofarrayofvalues-arrayany-string-message-schema-alias-equals) doesn't accept `null` when `nullable` is added.
##### Example
```js
const…
-
My program show below error. How to solve the error? Thank you.
.post(external_express_validation_default()(articlevalidation), article_controller.articlePost);
TypeError: external_express_validatio…
-
Hi!
Thanks so much for this library! It's a great help with keeping my data consistent across my app stack.
I am working on creating schemas to represent objects in a Firebase Realtime Database, …
-
Hello,
I'm used to Joi validation syntax, but right now trying to migrate some code to Yup syntax.
In Joi, I used to do this:
```
field: Joi.alternatives().try(
Joi.number(),
Joi…
-
In order to support the upcoming admin check feature, we will need to add custom validations to the APD mongo/mongoose model
### This task is done when...
- [ ] Every field/attribute in the model ha…
tbolt updated
2 years ago
-
When I call any route in my express server , I am getting this error
TypeError: schema[parameter].validateAsync is not a function
at validate (/home/techrova/Videos/VideoStream/node…