@cfworker/json-schema
Advanced tools
Comparing version 1.12.3 to 1.12.4
{ | ||
"name": "@cfworker/json-schema", | ||
"type": "module", | ||
"version": "1.12.3", | ||
"version": "1.12.4", | ||
"description": "A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.", | ||
@@ -41,10 +41,10 @@ "keywords": [ | ||
"devDependencies": { | ||
"@cfworker/dev": "^1.14.0", | ||
"@types/chai": "^4.3.0", | ||
"@types/mocha": "^9.1.0", | ||
"@cfworker/dev": "^1.14.1", | ||
"@types/chai": "^4.3.3", | ||
"@types/mocha": "^9.1.1", | ||
"chai": "^4.3.6", | ||
"json-schema-test-suite": "git+https://github.com/json-schema-org/JSON-Schema-Test-Suite#76b529f", | ||
"mocha": "^9.2.1", | ||
"typescript": "^4.5.5" | ||
"mocha": "^10.0.0", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
@@ -13,3 +13,3 @@ # @cfworker/json-schema | ||
## background | ||
## Background | ||
@@ -21,3 +21,3 @@ _Why another JSON schema validator?_ | ||
## basic usage | ||
## Basic usage | ||
@@ -32,3 +32,3 @@ ```js | ||
## specify meta schema draft | ||
## Specify meta schema draft | ||
@@ -39,3 +39,3 @@ ```js | ||
## add schemas | ||
## Add schemas | ||
@@ -51,3 +51,3 @@ ```js | ||
## include all errors | ||
## Include all errors | ||
@@ -54,0 +54,0 @@ By default the validator stops processing after the first error. Set the `shortCircuit` parameter to `false` to emit all errors. |
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
112879