@ultimat3/schema
Advanced tools
+1
-1
| { | ||
| "name": "@ultimat3/schema", | ||
| "version": "6.0.0", | ||
| "version": "7.0.0", | ||
| "description": "Ultimate's validation seam: Standard Schema interface, the t namespace, JSON Schema output", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -54,3 +54,3 @@ // Single responsibility: SchemaNode -> JSON Schema. Load-bearing: OpenAPI request/response | ||
| const DIALECTS: Readonly<Record<JsonSchemaDialect, string>> = Object.freeze({ | ||
| const DIALECTS = Object.freeze<Record<JsonSchemaDialect, string>>({ | ||
| '2020-12': 'https://json-schema.org/draft/2020-12/schema', | ||
@@ -57,0 +57,0 @@ 'draft-07': 'http://json-schema.org/draft-07/schema#', |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
108988
-0.01%