vite-plugin-vue-inspector
Advanced tools
Comparing version
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
78197
0.29%2
-33.33%4
100%