schemaglobin
Advanced tools
Comparing version 3.3.3 to 3.3.4
@@ -11,2 +11,3 @@ import { Invalid } from "./Invalid"; | ||
readonly required: boolean; | ||
readonly value: unknown; | ||
/** | ||
@@ -13,0 +14,0 @@ * `validate()` method accepts an unsafe value and returns a valid value. |
{ | ||
"name": "schemaglobin", | ||
"description": "Validate user-entered data.", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"repository": "https://github.com/dhoulb/schemaglobin", | ||
@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>", |
@@ -12,2 +12,3 @@ import { Invalid } from "./Invalid"; | ||
readonly required: boolean; // Whether schema is required, or not. | ||
readonly value: unknown; // The default value for the schema. | ||
@@ -14,0 +15,0 @@ /** |
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
223570
4799