schemaglobin
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -10,2 +10,3 @@ import { Invalid } from "./Invalid"; | ||
readonly placeholder: string; | ||
readonly required: boolean; | ||
/** | ||
@@ -12,0 +13,0 @@ * `validate()` method accepts an unsafe value and returns a valid value. |
{ | ||
"name": "schemaglobin", | ||
"description": "Validate user-entered data.", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"repository": "https://github.com/dhoulb/schemaglobin", | ||
@@ -6,0 +6,0 @@ "author": "Dave Houlbrooke <dave@shax.com>", |
@@ -11,2 +11,3 @@ import { Invalid } from "./Invalid"; | ||
readonly placeholder: string; // Placeholder, e.g. for showing in fields. | ||
readonly required: boolean; // Whether schema is required, or not. | ||
@@ -13,0 +14,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
211820
4513