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

@mintlify/mdx

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/mdx - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

dist/client/default.d.ts

5

dist/client/index.d.ts

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

/// <reference types="react" />
import type { MDXRemoteProps } from 'next-mdx-remote';
export declare const MDXComponent: ({ compiledSource, components, scope, frontmatter, lazy, }: MDXRemoteProps) => JSX.Element;
export * from './default';
export * from './rsc';

7

dist/client/index.js

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

import { jsx as _jsx } from "react/jsx-runtime";
import { MDXRemote } from 'next-mdx-remote';
export const MDXComponent = ({ compiledSource, components, scope, frontmatter, lazy, }) => {
return (_jsx(MDXRemote, { compiledSource: compiledSource, components: components, scope: scope, lazy: lazy, frontmatter: frontmatter }));
};
export * from './default';
export * from './rsc';
{
"name": "@mintlify/mdx",
"version": "0.0.37",
"version": "0.0.38",
"description": "Markdown parser from Mintlify",

@@ -54,3 +54,3 @@ "main": "./dist/index.js",

},
"gitHead": "3a783a84bd7d3ee4c344034ac5acbfe089dcfa40"
"gitHead": "8702e3674f4c16a151e5e4c43daa73c7f317ed75"
}

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