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.120 to 0.1.121

5

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

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

url: z.ZodString;
version: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {
name: string;
url: string;
version?: string | undefined;
}, {
name: string;
url: string;
version?: string | undefined;
}>, "many">>;

@@ -625,2 +628,3 @@ footerSocials: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{

url: string;
version?: string | undefined;
}[] | undefined;

@@ -786,2 +790,3 @@ footerSocials?: {

url: string;
version?: string | undefined;
}[] | undefined;

@@ -788,0 +793,0 @@ footerSocials?: {

3

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

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

url: z.ZodString;
version: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {
name: string;
url: string;
version?: string | undefined;
}, {
name: string;
url: string;
version?: string | undefined;
}>, "many">;

@@ -13,0 +16,0 @@ export declare const primaryTabSchema: z.ZodObject<{

@@ -17,2 +17,7 @@ import { z } from 'zod';

.min(1, 'Tab URL is missing.'),
version: z
.string({
invalid_type_error: 'Version must be a string in the versions array.',
})
.optional(),
});

@@ -19,0 +24,0 @@ export const tabsSchema = tabSchema.array();

6

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

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

"dependencies": {
"@mintlify/models": "0.0.65",
"@mintlify/models": "0.0.66",
"lcm": "^0.0.3",

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

},
"gitHead": "a891547762ca8a8e3733751f8fb2a08c92572feb"
"gitHead": "285a016d20164e2b115b8f064bb587a7bac692e2"
}

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