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

@mintlify/models

Package Overview
Dependencies
Maintainers
4
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.107 to 0.0.108

4

dist/mintconfig/analytics.d.ts

@@ -42,2 +42,5 @@ export type AmplitudeConfig = {

};
export type SegmentConfig = {
key: string;
};
export type Analytics = {

@@ -57,2 +60,3 @@ amplitude?: AmplitudeConfig;

plausible?: PlausibleConfig;
segment?: SegmentConfig;
};

8

dist/mintconfig/index.d.ts
import { requestExampleLanguages } from './apiConfig.js';
import { ConfigType } from './config.js';
import { IconType, iconTypes } from './iconTypes.js';
import { themes, ThemeType } from './theme.js';
import { ThemeType, themes } from './theme.js';
export type MintConfig = ConfigType & {

@@ -16,3 +16,3 @@ repo?: {

};
export type { AmplitudeConfig, Analytics, ClearbitConfig, FathomConfig, GoogleAnalyticsConfig, GoogleTagManagerConfig, HeapConfig, HotjarConfig, KoalaConfig, LogrocketConfig, MixpanelConfig, PirschConfig, PlausibleConfig, PostHogConfig, } from './analytics.js';
export type { AmplitudeConfig, Analytics, ClearbitConfig, FathomConfig, GoogleAnalyticsConfig, GoogleTagManagerConfig, HeapConfig, HotjarConfig, KoalaConfig, LogrocketConfig, MixpanelConfig, PirschConfig, PlausibleConfig, PostHogConfig, SegmentConfig, } from './analytics.js';
export type { Anchor, TopAnchor } from './anchor.js';

@@ -25,8 +25,8 @@ export type { ApiConfig, RequestExampleLanguages } from './apiConfig.js';

export type { FooterSocials } from './footerSocials.js';
export type { Layout } from './layout.js';
export type { Logo } from './logo.js';
export type { Integrations } from './mintConfigIntegrations.js';
export type { Layout } from './layout.js';
export type { DecoratedNavigation, DecoratedNavigationEntry, DecoratedNavigationGroup, DecoratedNavigationPage, Navigation, NavigationEntry, NavigationGroup, } from './navigation.js';
export type { PrimaryTab, Tab } from './tab.js';
export { iconTypes, themes, requestExampleLanguages };
export { iconTypes, requestExampleLanguages, themes };
export type { ConfigType, IconType, ThemeType };
import { requestExampleLanguages } from './apiConfig.js';
import { iconTypes } from './iconTypes.js';
import { themes } from './theme.js';
export { iconTypes, themes, requestExampleLanguages };
export { iconTypes, requestExampleLanguages, themes };
{
"name": "@mintlify/models",
"version": "0.0.107",
"version": "0.0.108",
"description": "Mintlify models",

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

},
"gitHead": "932b4416ce100d11dd267faff13d0b1171a5f509"
"gitHead": "214320b7644d2fbc47d85d1f618f3f65e162f6a4"
}

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