@kubernetes-models/validate
Advanced tools
Comparing version 0.0.0-20214316491 to 0.0.0-20217722838
import Ajv from "ajv"; | ||
export declare const ajv: Ajv.Ajv; | ||
export declare const ajv: Ajv; | ||
export declare function register(id: string, schema: object): void; |
{ | ||
"name": "@kubernetes-models/validate", | ||
"version": "0.0.0-20214316491", | ||
"main": "dist/index.js", | ||
"version": "0.0.0-20217722838", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
@@ -10,3 +10,3 @@ "types": "dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
"require": "./dist/index.cjs" | ||
}, | ||
@@ -33,8 +33,9 @@ "description": "Validation library for Kubernetes models.", | ||
"engines": { | ||
"node": ">=10.4.0" | ||
"node": ">=12" | ||
}, | ||
"dependencies": { | ||
"ajv": "^6.12.6", | ||
"tslib": "^2.0.3" | ||
"ajv": "^8.6.2", | ||
"ajv-formats": "^2.1.0", | ||
"tslib": "^2.3.0" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
10017
3
17
105
+ Addedajv-formats@^2.1.0
+ Addedajv@8.17.1(transitive)
+ Addedajv-formats@2.1.1(transitive)
+ Addedfast-uri@3.0.3(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
- Removedajv@6.12.6(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removeduri-js@4.4.1(transitive)
Updatedajv@^8.6.2
Updatedtslib@^2.3.0