Comparing version 1.1.0 to 1.1.1
@@ -61,2 +61,3 @@ 'use strict'; | ||
validate: (value, helpers, args, options) => { | ||
let type = args.type; | ||
if (type === 'alpha-2' && alpha2.includes(value)) { | ||
@@ -63,0 +64,0 @@ return value; |
{ | ||
"name": "joi-plus", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Joi with extra rules for string and array.", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/flamehamster/joi-plus", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10478
194
0