Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kubernetes-models/validate

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubernetes-models/validate - npm Package Compare versions

Comparing version 0.0.0-20240401155416 to 0.0.0-20240402174322

dist/runtime/validation_error.d.ts

8

dist/formats.js

@@ -5,4 +5,4 @@ "use strict";

const tslib_1 = require("tslib");
const formats_1 = require("ajv-formats/dist/formats");
const formats_2 = tslib_1.__importDefault(require("ajv-formats-draft2019/formats"));
const formats_js_1 = require("ajv-formats/dist/formats.js");
const index_js_1 = tslib_1.__importDefault(require("ajv-formats-draft2019/formats/index.js"));
const is_cidr_1 = tslib_1.__importDefault(require("is-cidr"));

@@ -21,4 +21,4 @@ // From: https://github.com/miguelmota/is-base64/blob/0702e189090921a2f11b4342f27906ff8c43d7ec/is-base64.js#L15

exports.formats = {
...formats_1.fullFormats,
...formats_2.default,
...formats_js_1.fullFormats,
...index_js_1.default,
byte: {

@@ -25,0 +25,0 @@ type: "string",

@@ -1,2 +0,6 @@

import equal from "ajv/dist/runtime/equal";
export default equal;
declare const _default: {
default: (a: any, b: any) => boolean;
} & {
code: string;
};
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const equal_1 = tslib_1.__importDefault(require("ajv/dist/runtime/equal"));
exports.default = equal_1.default;
const equal_js_1 = tslib_1.__importDefault(require("ajv/dist/runtime/equal.js"));
const utils_1 = require("../utils.js");
exports.default = (0, utils_1.exportDefault)(equal_js_1.default);
//# sourceMappingURL=equal.js.map

@@ -1,1 +0,1 @@

export * from "ajv/dist/runtime/parseJson";
export * from "ajv/dist/runtime/parseJson.js";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("ajv/dist/runtime/parseJson"), exports);
tslib_1.__exportStar(require("ajv/dist/runtime/parseJson.js"), exports);
//# sourceMappingURL=parseJson.js.map

@@ -1,2 +0,3 @@

import quote from "ajv/dist/runtime/quote";
export default quote;
import mod from "ajv/dist/runtime/quote.js";
declare const _default: typeof mod;
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const quote_1 = tslib_1.__importDefault(require("ajv/dist/runtime/quote"));
exports.default = quote_1.default;
const quote_js_1 = tslib_1.__importDefault(require("ajv/dist/runtime/quote.js"));
const utils_1 = require("../utils.js");
exports.default = (0, utils_1.exportDefault)(quote_js_1.default);
//# sourceMappingURL=quote.js.map

@@ -1,2 +0,2 @@

import re2 from "ajv/dist/runtime/re2";
export default re2;
declare const _default: any;
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const re2_1 = tslib_1.__importDefault(require("ajv/dist/runtime/re2"));
exports.default = re2_1.default;
const re2_js_1 = tslib_1.__importDefault(require("ajv/dist/runtime/re2.js"));
const utils_1 = require("../utils.js");
exports.default = (0, utils_1.exportDefault)(re2_js_1.default);
//# sourceMappingURL=re2.js.map

@@ -1,2 +0,3 @@

import timestamp from "ajv/dist/runtime/timestamp";
export default timestamp;
import mod from "ajv/dist/runtime/timestamp.js";
declare const _default: typeof mod;
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const timestamp_1 = tslib_1.__importDefault(require("ajv/dist/runtime/timestamp"));
exports.default = timestamp_1.default;
const timestamp_js_1 = tslib_1.__importDefault(require("ajv/dist/runtime/timestamp.js"));
const utils_1 = require("../utils.js");
exports.default = (0, utils_1.exportDefault)(timestamp_js_1.default);
//# sourceMappingURL=timestamp.js.map

@@ -1,2 +0,3 @@

import ucs2length from "ajv/dist/runtime/ucs2length";
export default ucs2length;
import mod from "ajv/dist/runtime/ucs2length.js";
declare const _default: typeof mod;
export default _default;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const ucs2length_1 = tslib_1.__importDefault(require("ajv/dist/runtime/ucs2length"));
exports.default = ucs2length_1.default;
const ucs2length_js_1 = tslib_1.__importDefault(require("ajv/dist/runtime/ucs2length.js"));
const utils_1 = require("../utils.js");
exports.default = (0, utils_1.exportDefault)(ucs2length_js_1.default);
//# sourceMappingURL=ucs2length.js.map

@@ -1,2 +0,3 @@

import uri from "ajv/dist/runtime/uri";
import mod from "ajv/dist/runtime/uri.js";
declare const uri: typeof mod;
export default uri;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const uri_1 = tslib_1.__importDefault(require("ajv/dist/runtime/uri"));
exports.default = uri_1.default;
const uri_js_1 = tslib_1.__importDefault(require("ajv/dist/runtime/uri.js"));
const utils_1 = require("../utils.js");
const uri = (0, utils_1.exportDefault)(uri_js_1.default);
exports.default = uri;
//# sourceMappingURL=uri.js.map

@@ -5,3 +5,3 @@ "use strict";

const tslib_1 = require("tslib");
const validation_error_1 = tslib_1.__importDefault(require("ajv/dist/runtime/validation_error"));
const validation_error_1 = tslib_1.__importDefault(require("./runtime/validation_error.js"));
function excludeNullableRefErrors(errors) {

@@ -8,0 +8,0 @@ const result = [];

{
"name": "@kubernetes-models/validate",
"version": "0.0.0-20240401155416",
"version": "0.0.0-20240402174322",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "dist/index.mjs",

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

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

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

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

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

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

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

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc