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

@mintlify/models

Package Overview
Dependencies
Maintainers
5
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/models - npm Package Compare versions

Comparing version 0.0.29 to 0.0.30

3

dist/mintconfig/navigation.d.ts
import { PageMetaTags } from '../types/pageMetaTags.js';
import { IconType } from './iconTypes.js';
export type Navigation = NavigationGroup[];

@@ -8,2 +9,3 @@ export type NavigationGroup = {

icon?: string;
iconType?: IconType;
};

@@ -16,4 +18,5 @@ export type NavigationEntry = NavigationGroup | string;

icon?: string;
iconType?: IconType;
};
export type DecoratedNavigationEntry = DecoratedNavigationGroup | PageMetaTags;
export type DecoratedNavigation = DecoratedNavigationGroup[];

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

import { IconType } from 'src/mintconfig';
export type PageMetaTags = {

@@ -20,2 +21,3 @@ href?: string;

icon?: string;
iconType?: IconType;
tag?: string;

@@ -22,0 +24,0 @@ url?: string;

4

package.json
{
"name": "@mintlify/models",
"version": "0.0.29",
"version": "0.0.30",
"description": "Mintlify models",

@@ -72,3 +72,3 @@ "engines": {

},
"gitHead": "f9a29f3de6300880517b4748f7b4822c625680c2"
"gitHead": "ebc76997a0bd3685141f7718faabd3ef84ce2092"
}

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