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

@mintlify/validation

Package Overview
Dependencies
Maintainers
3
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.156 to 0.1.157

3

dist/mint-config/schemas/config.d.ts

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

}>>;
theme: z.ZodOptional<z.ZodEnum<["venus", "quill", "prism"]>>;
}, "strip", z.ZodTypeAny, {

@@ -721,2 +722,3 @@ name: string;

} | undefined;
theme?: "venus" | "quill" | "prism" | undefined;
}, {

@@ -888,2 +890,3 @@ name: string;

} | undefined;
theme?: "venus" | "quill" | "prism" | undefined;
}>;

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

import { themes } from '@mintlify/models';
import { z } from 'zod';

@@ -41,2 +42,3 @@ import { analyticsSchema } from './analytics.js';

seo: seoSchema.optional(),
theme: z.enum(themes).optional(),
});

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

} | undefined;
theme?: "venus" | "quill" | "prism" | undefined;
}> | {

@@ -338,3 +339,4 @@ warnings: z.ZodIssue[];

} | undefined;
theme?: "venus" | "quill" | "prism" | undefined;
};
};

6

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

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

"dependencies": {
"@mintlify/models": "0.0.94",
"@mintlify/models": "0.0.95",
"lcm": "^0.0.3",

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

},
"gitHead": "f97d6230c58417be702f98cc77e731a4fa12ba8f"
"gitHead": "eda84f64c43121969eb234819d3fe28d14e06e16"
}

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