New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mintlify/validation

Package Overview
Dependencies
Maintainers
4
Versions
297
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.256 to 0.1.257

dist/mint-config/schemas/v2/properties/navbar.d.ts

2

dist/mint-config/schemas/v2/themes/reusable/index.d.ts

@@ -165,3 +165,3 @@ export declare const standardConfigSchema: {

}>>;
topbar: import("zod").ZodOptional<import("zod").ZodObject<{
navbar: import("zod").ZodOptional<import("zod").ZodObject<{
links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{

@@ -168,0 +168,0 @@ label: import("zod").ZodString;

@@ -15,2 +15,3 @@ import { redirectsSchema } from '../../../v1/basics.js';

import { nameSchema } from '../../properties/name.js';
import { navbarSchema } from '../../properties/navbar.js';
import { navigationSchema } from '../../properties/navigation/index.js';

@@ -20,3 +21,2 @@ import { searchSchema } from '../../properties/search.js';

import { stylingSchema } from '../../properties/styling.js';
import { topbarSchema } from '../../properties/topbar.js';
export const standardConfigSchema = {

@@ -32,3 +32,3 @@ $schema: $schemaSchema,

background: backgroundSchema.optional(),
topbar: topbarSchema.optional(),
navbar: navbarSchema.optional(),
navigation: navigationSchema,

@@ -35,0 +35,0 @@ footer: footerSchema.optional(),

@@ -172,3 +172,3 @@ var __rest = (this && this.__rest) || function (s, e) {

? {
topbar: Object.assign(Object.assign({}, (config.topbarLinks
navbar: Object.assign(Object.assign({}, (config.topbarLinks
? {

@@ -175,0 +175,0 @@ links: config.topbarLinks.map((item) => {

{
"name": "@mintlify/validation",
"version": "0.1.256",
"version": "0.1.257",
"description": "Validates mint.json files",

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

},
"gitHead": "f6ad2b4bbc818d0c335ec93f1f49d388e63a68d2"
"gitHead": "ef1fc2e8a2eab66bc7a76d818bd224e90016ac8c"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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