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
3
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.5.5

2

dist/viteMdxTransclusion/index.js

@@ -84,3 +84,3 @@ "use strict";

// Ensure files outside the Vite project root are watched.
if (watcher && path_1.isAbsolute(id) && id.startsWith(root + '/')) {
if (watcher && path_1.isAbsolute(id) && !id.startsWith(root + '/')) {
watcher.add(id);

@@ -87,0 +87,0 @@ }

{
"name": "vite-plugin-mdx",
"version": "3.5.4",
"version": "3.5.5",
"scripts": {

@@ -5,0 +5,0 @@ "// User Scripts": "",

Sorry, the diff of this file is not supported yet