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.145 to 0.1.146

5

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

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

name: z.ZodString;
isDefaultHidden: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
name: string;
isDefaultHidden?: boolean | undefined;
}, {
name: string;
isDefaultHidden?: boolean | undefined;
}>>;

@@ -625,2 +628,3 @@ topAnchor: z.ZodOptional<z.ZodObject<{

name: string;
isDefaultHidden?: boolean | undefined;
} | undefined;

@@ -792,2 +796,3 @@ topAnchor?: {

name: string;
isDefaultHidden?: boolean | undefined;
} | undefined;

@@ -794,0 +799,0 @@ topAnchor?: {

3

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

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

name: z.ZodString;
isDefaultHidden: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
name: string;
isDefaultHidden?: boolean | undefined;
}, {
name: string;
isDefaultHidden?: boolean | undefined;
}>;

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

name: z.string(),
isDefaultHidden: z.boolean().optional(),
})
.strict();

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

name: string;
isDefaultHidden?: boolean | undefined;
} | undefined;

@@ -244,2 +245,3 @@ topAnchor?: {

name: string;
isDefaultHidden?: boolean | undefined;
} | undefined;

@@ -246,0 +248,0 @@ topAnchor?: {

6

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

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

"dependencies": {
"@mintlify/models": "0.0.85",
"@mintlify/models": "0.0.86",
"lcm": "^0.0.3",

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

},
"gitHead": "e3ceb42228831d0fa68679685eb98c42dd526fd0"
"gitHead": "0388fc9f233f8de9015539403e99a9d5883b405c"
}

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