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.0.2

dist/index.cjs

24

package.json
{
"name": "vite-plugin-vue-inspector",
"version": "3.0.1",
"version": "3.0.2",
"description": "jump to local IDE source code while click the element of browser automatically.",

@@ -25,3 +25,3 @@ "author": "webfansplz",

".": {
"require": "./dist/index.js",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"

@@ -31,3 +31,3 @@ },

},
"main": "./dist/index.js",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",

@@ -55,8 +55,22 @@ "files": [

"@types/babel__core": "^7.1.20",
"tsup": "^5.12.1"
"tsup": "^5.12.1",
"unbuild": "^1.0.2",
"unplugin": "^1.0.1"
},
"unbuild": {
"entries": [
"./src/index"
],
"clean": true,
"declaration": true,
"rollup": {
"emitCJS": true
}
},
"scripts": {
"lint": "eslint --fix --ext .js,.ts,.vue .",
"build": "tsup src/index.ts --format cjs,esm --dts"
"stub": "unbuild",
"build": "tsup",
"bump": "bumpp"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet