New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vite-plugin-vue-inspector

Package Overview
Dependencies
Maintainers
2
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-vue-inspector - npm Package Compare versions

Comparing version

to
3.1.2

3

dist/index.d.ts

@@ -59,4 +59,5 @@ import { PluginOption } from 'vite';

}
declare const DEFAULT_INSPECTOR_OPTIONS: VitePluginInspectorOptions;
declare function VitePluginInspector(options?: VitePluginInspectorOptions): PluginOption;
export { VitePluginInspectorOptions, VueInspectorClient, VitePluginInspector as default };
export { DEFAULT_INSPECTOR_OPTIONS, VitePluginInspectorOptions, VueInspectorClient, VitePluginInspector as default };
{
"name": "vite-plugin-vue-inspector",
"version": "3.1.1",
"version": "3.1.2",
"description": "jump to local IDE source code while click the element of browser automatically.",

@@ -55,4 +55,2 @@ "author": "webfansplz",

"@types/babel__core": "^7.1.20",
"tsup": "^5.12.1",
"unbuild": "^1.0.2",
"unplugin": "^1.0.1"

@@ -73,5 +71,4 @@ },

"stub": "unbuild",
"build": "tsup",
"bump": "bumpp"
"build": "tsup"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet