@springworks/input-validator
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -119,3 +119,3 @@ 'use strict'; | ||
}; | ||
var validated = joi.validate(params, schema, defaults(default_options, opt_options)); | ||
var validated = joi.validate(params, schema, defaults({}, opt_options, default_options)); | ||
@@ -122,0 +122,0 @@ if (validated.error) { |
{ | ||
"name": "@springworks/input-validator", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Module to help validate and filter input parameters.", | ||
@@ -5,0 +5,0 @@ "main": "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
17549