🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@mintlify/validation

Package Overview
Dependencies
Maintainers
4
Versions
396
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.360

3

dist/mint-config/schemas/v2/properties/reusable/page.d.ts

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

public: z.ZodOptional<z.ZodBoolean>;
deprecated: z.ZodOptional<z.ZodBoolean>;
}, "strip", z.ZodTypeAny, {

@@ -70,2 +71,3 @@ href: string;

public?: boolean | undefined;
deprecated?: boolean | undefined;
}, {

@@ -100,3 +102,4 @@ href: string;

public?: boolean | undefined;
deprecated?: boolean | undefined;
}>;
export type DecoratedPageConfig = z.infer<typeof decoratedPageSchema>;

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

public: z.boolean().optional(),
deprecated: z.boolean().optional(),
})
.describe('page metadata tags in the navigation');

4

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

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

},
"gitHead": "8e3947b8af2fc45439cb51e0355069ffdb8acf4a"
"gitHead": "212bec92baf66057a5539dd6c40509f003770159"
}

Sorry, the diff of this file is not supported yet