You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vite-plugin-mdx

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-mdx - npm Package Compare versions

Comparing version

to
3.6.0

6

package.json
{
"name": "vite-plugin-mdx",
"version": "3.5.11",
"version": "3.6.0",
"scripts": {

@@ -22,4 +22,4 @@ "// User Scripts": "",

"peerDependencies": {
"@mdx-js/mdx": "*",
"vite": "*"
"@mdx-js/mdx": "<2",
"vite": "<3"
},

@@ -26,0 +26,0 @@ "dependencies": {

@@ -5,3 +5,3 @@ ====================== [**WE ARE LOOKING FOR A NEW MAINTAINER**](https://github.com/brillout/vite-plugin-mdx/issues/42) ====================

Vite plugin to use MDX v1 with your Vite app. For MDX v2 use [`@mdx-js/rollup`](https://www.npmjs.com/package/@mdx-js/rollup) instead, [this comment](https://github.com/brillout/vite-plugin-mdx/issues/44#issuecomment-974540152) explains how to implement it.
Use this Vite plugin to use MDX v1 with your Vite v2 app. For Vite v3+ we recommend migrating to MDX v2 using the official [`@mdx-js/rollup`](https://www.npmjs.com/package/@mdx-js/rollup), [this comment](https://github.com/brillout/vite-plugin-mdx/issues/44#issuecomment-974540152) explains how to implement it.

@@ -28,6 +28,2 @@ Features:

```
Or MDX v2:
```sh
npm install @mdx-js/mdx@next
```
3. MDX React:

@@ -34,0 +30,0 @@ ```sh