joi-strict
Advanced tools
Comparing version 1.2.8 to 1.2.9
@@ -5,3 +5,3 @@ "use strict"; | ||
presence: 'required', | ||
convert: false | ||
convert: true | ||
})); | ||
@@ -19,3 +19,4 @@ | ||
boolean: (...args) => Joi.boolean(...args).strict(), | ||
number: (...args) => Joi.number(...args).strict() | ||
number: (...args) => Joi.number(...args).strict(), | ||
string: (...args) => Joi.string(...args).strict() | ||
}; |
{ | ||
"name": "joi-strict", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Thin wrapper around joi that defaults to stricter validation.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6551
16