@kubernetes-models/validate
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -7,2 +7,3 @@ "use strict"; | ||
const ajv_formats_1 = tslib_1.__importDefault(require("ajv-formats")); | ||
const ajv_formats_draft2019_1 = tslib_1.__importDefault(require("ajv-formats-draft2019")); | ||
// From: https://github.com/miguelmota/is-base64/blob/0702e189090921a2f11b4342f27906ff8c43d7ec/is-base64.js#L15 | ||
@@ -25,2 +26,3 @@ const rBase64 = /^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/; | ||
(0, ajv_formats_1.default)(exports.ajv); | ||
(0, ajv_formats_draft2019_1.default)(exports.ajv); | ||
function register(id, schema) { | ||
@@ -27,0 +29,0 @@ if (!exports.ajv.getSchema(id)) { |
{ | ||
"name": "@kubernetes-models/validate", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"main": "dist/index.js", | ||
@@ -38,2 +38,3 @@ "module": "dist/index.mjs", | ||
"ajv-formats": "^2.1.1", | ||
"ajv-formats-draft2019": "^1.6.1", | ||
"tslib": "^2.4.0" | ||
@@ -40,0 +41,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
15732
207
4
+ Addedajv-formats-draft2019@^1.6.1
+ Addedajv-formats-draft2019@1.6.1(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addeddiscontinuous-range@1.0.0(transitive)
+ Addedextend@3.0.2(transitive)
+ Addedmoo@0.5.2(transitive)
+ Addednearley@2.20.1(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedrailroad-diagrams@1.0.0(transitive)
+ Addedrandexp@0.4.6(transitive)
+ Addedret@0.1.15(transitive)
+ Addedschemes@1.4.0(transitive)
+ Addedsmtp-address-parser@1.1.0(transitive)
+ Addeduri-js@4.4.1(transitive)