You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@mintlify/common

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintlify/common - npm Package Compare versions

Comparing version

to
1.0.318

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

import { rehypeCodeBlocks, rehypeMdxExtractEndpoint, rehypeMdxExtractExamples, rehypeParamFieldIds, rehypeRawComponents, rehypeUnicodeIds, rehypeZoomImages, remarkExtractChangelogFilters, remarkExtractTableOfContents, remarkFrames, remarkMdxInjectSnippets, remarkMdxRemoveUnusedVariables, remarkRemoveImports, } from './plugins/index.js';
import { rehypeCodeBlocks, rehypeDynamicTailwindCss, rehypeMdxExtractEndpoint, rehypeMdxExtractExamples, rehypeParamFieldIds, rehypeRawComponents, rehypeUnicodeIds, rehypeZoomImages, remarkExtractChangelogFilters, remarkExtractTableOfContents, remarkFrames, remarkMdxInjectSnippets, remarkMdxRemoveUnusedVariables, remarkRemoveImports, } from './plugins/index.js';
import { remarkMdxRemoveUnknownJsx } from './plugins/remark/remarkMdxRemoveUnknownJsx/index.js';

@@ -33,2 +33,3 @@ import { remarkMermaid } from './plugins/remark/remarkMermaid.js';

rehypeUnicodeIds,
rehypeDynamicTailwindCss,
...rehypePlugins,

@@ -35,0 +36,0 @@ ],

@@ -8,1 +8,2 @@ export * from './rehypeCodeBlocks.js';

export * from './rehypeUnicodeIds.js';
export * from './rehypeDynamicTailwindCss.js';

@@ -8,1 +8,2 @@ export * from './rehypeCodeBlocks.js';

export * from './rehypeUnicodeIds.js';
export * from './rehypeDynamicTailwindCss.js';
{
"name": "@mintlify/common",
"version": "1.0.317",
"version": "1.0.318",
"description": "Commonly shared code within Mintlify",

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

},
"gitHead": "7a4f91a9ea026b7287b3767845e91a22e378d0c1"
"gitHead": "f61ad8dd56ba3c196f8efda2c47089f644edbbdd"
}

Sorry, the diff of this file is not supported yet