jsonschema
Advanced tools
Comparing version 1.2.9 to 1.2.10
@@ -98,3 +98,3 @@ /* | ||
allowUnknownAttributes?: boolean; | ||
preValidateProperty?: function; | ||
preValidateProperty?: PreValidatePropertyFunction; | ||
rewrite?: RewriteFunction; | ||
@@ -111,3 +111,3 @@ propertyName?: string; | ||
export interface preValidatePropertyFunction { | ||
export interface PreValidatePropertyFunction { | ||
(instance: any, key: string, schema: Schema, options: Options, ctx: SchemaContext): any; | ||
@@ -114,0 +114,0 @@ } |
{ | ||
"author": "Tom de Grunt <tom@degrunt.nl>", | ||
"name": "jsonschema", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "dependencies": {}, |
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
68401