mastercheck
Advanced tools
Comparing version 0.2.9 to 0.2.10
@@ -261,3 +261,3 @@ /** | ||
} | ||
} else if (_format instanceof this._formatTypes.Object) { | ||
} else if (_format instanceof this._formatTypes.Object || _format instanceof this._formatTypes.Array) { | ||
err = _format.check(_master, _parents); | ||
@@ -264,0 +264,0 @@ if (err) { |
{ | ||
"name": "mastercheck", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "mastercheck", | ||
@@ -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
34395