You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@mintlify/validation

Package Overview
Dependencies
Maintainers
4
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/validation - npm Package Compare versions

Comparing version

to
0.1.397

dist/mint-config/schemas/v2/properties/thumbnails.d.ts

1

dist/mint-config/schemas/v2/properties/index.d.ts

@@ -13,1 +13,2 @@ export * from './font.js';

export * from './contextual.js';
export * from './thumbnails.js';

@@ -13,1 +13,2 @@ export * from './font.js';

export * from './contextual.js';
export * from './thumbnails.js';

@@ -1145,2 +1145,12 @@ export declare const standardConfigSchema: {

}>>;
thumbnails: import("zod").ZodOptional<import("zod").ZodObject<{
appearance: import("zod").ZodOptional<import("zod").ZodEnum<[import("../../properties/thumbnails.js").ThumbnailAppearance.Light, import("../../properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
background: import("zod").ZodOptional<import("zod").ZodString>;
}, "strip", import("zod").ZodTypeAny, {
appearance?: import("../../properties/thumbnails.js").ThumbnailAppearance | undefined;
background?: string | undefined;
}, {
appearance?: import("../../properties/thumbnails.js").ThumbnailAppearance | undefined;
background?: string | undefined;
}>>;
};

@@ -23,2 +23,3 @@ import { redirectsSchema } from '../../../v1/basics.js';

import { stylingSchema } from '../../properties/styling.js';
import { thumbnailsSchema } from '../../properties/thumbnails.js';
export const standardConfigSchema = {

@@ -47,2 +48,3 @@ $schema: $schemaSchema,

contextual: contextualSchema.optional(),
thumbnails: thumbnailsSchema.optional(),
};

4

package.json
{
"name": "@mintlify/validation",
"version": "0.1.396",
"version": "0.1.397",
"description": "Validates mint.json files",

@@ -62,3 +62,3 @@ "author": "Mintlify, Inc.",

},
"gitHead": "a2587be0d2751d1429685cebc59cf1385699942d"
"gitHead": "8b45827df34d54e32d6f17b95bf0f9289d05fc12"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet