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

@mintlify/validation

Package Overview
Dependencies
Maintainers
4
Versions
232
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 0.1.122 to 0.1.123

8

dist/index.d.ts

@@ -77,3 +77,3 @@ export declare function validateMintConfig(value: unknown): import("zod").SafeParseError<{

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
} | undefined;

@@ -84,3 +84,3 @@ anchors?: {

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
color?: string | {

@@ -243,3 +243,3 @@ from: string;

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
} | undefined;

@@ -250,3 +250,3 @@ anchors?: {

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
color?: string | {

@@ -253,0 +253,0 @@ from: string;

@@ -6,3 +6,3 @@ import { z } from 'zod';

icon: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
iconType: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-solid", "solid", "thin"]>>;
iconType: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
color: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{

@@ -27,3 +27,3 @@ from: z.ZodString;

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
color?: string | {

@@ -40,3 +40,3 @@ from: string;

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
color?: string | {

@@ -53,11 +53,11 @@ from: string;

icon: z.ZodOptional<z.ZodString>;
iconType: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-solid", "solid", "thin"]>>;
iconType: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
}, "strict", z.ZodTypeAny, {
name: string;
icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
}, {
name: string;
icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
}>;

@@ -230,11 +230,11 @@ import { z } from 'zod';

icon: z.ZodOptional<z.ZodString>;
iconType: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-solid", "solid", "thin"]>>;
iconType: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
}, "strict", z.ZodTypeAny, {
name: string;
icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
}, {
name: string;
icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
}>>;

@@ -245,3 +245,3 @@ anchors: z.ZodOptional<z.ZodArray<z.ZodObject<{

icon: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
iconType: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-solid", "solid", "thin"]>>;
iconType: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
color: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{

@@ -266,3 +266,3 @@ from: z.ZodString;

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
color?: string | {

@@ -279,3 +279,3 @@ from: string;

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
color?: string | {

@@ -613,3 +613,3 @@ from: string;

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
} | undefined;

@@ -620,3 +620,3 @@ anchors?: {

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
color?: string | {

@@ -776,3 +776,3 @@ from: string;

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
} | undefined;

@@ -783,3 +783,3 @@ anchors?: {

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
color?: string | {

@@ -786,0 +786,0 @@ from: string;

@@ -6,3 +6,3 @@ import { NavigationGroup } from '@mintlify/models';

icon: z.ZodOptional<z.ZodString>;
iconType: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-solid", "solid", "thin"]>>;
iconType: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
version: z.ZodOptional<z.ZodString>;

@@ -12,3 +12,3 @@ }, "strict", z.ZodTypeAny, {

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
version?: string | undefined;

@@ -18,5 +18,5 @@ }, {

icon?: string | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-solid" | "solid" | "thin" | undefined;
iconType?: "light" | "brands" | "duotone" | "regular" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
version?: string | undefined;
}>;
export declare const navigationSchema: z.ZodArray<z.ZodType<NavigationGroup, z.ZodTypeDef, NavigationGroup>, "many">;
{
"name": "@mintlify/validation",
"version": "0.1.122",
"version": "0.1.123",
"description": "Validates mint.json files",

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

"dependencies": {
"@mintlify/models": "0.0.67",
"@mintlify/models": "0.0.68",
"lcm": "^0.0.3",

@@ -73,3 +73,3 @@ "lodash": "^4.17.21",

},
"gitHead": "799f1580bb7b6bf945cd3d84dac8ad3d1bfb68c7"
"gitHead": "df4d4d26e908ba529786fa4ffb13f8946ff6e822"
}

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