vue-simple-context-menu
Advanced tools
Comparing version 4.0.3 to 4.0.4
# CHANGELOG.md | ||
## 4.0.3 | ||
## 4.0.4 | ||
@@ -5,0 +5,0 @@ - Upgrade package to support Vue 3. Vue 2 support can be found at `v3.4.2`. Thank you @danielelkington. |
@@ -17,2 +17,3 @@ { | ||
"@babel/preset-env": "^7.4.5", | ||
"@vitejs/plugin-vue": "^2.3.3", | ||
"@vue/compiler-sfc": "^3.2.31", | ||
@@ -22,10 +23,4 @@ "@vue/test-utils": "^2.0.0-rc.18", | ||
"babel-jest": "^24.8.0", | ||
"babel-loader": "^8.0.6", | ||
"cross-env": "^5.2.0", | ||
"css-loader": "^3.0.0", | ||
"file-loader": "^4.0.0", | ||
"html-webpack-plugin": "^3.2.0", | ||
"jest": "^24.8.0", | ||
"jest-serializer-vue": "^2.0.2", | ||
"mini-css-extract-plugin": "^0.11.2", | ||
"minimist": "^1.2.0", | ||
@@ -42,10 +37,5 @@ "regenerator-runtime": "^0.13.2", | ||
"sass": "^1.49.9", | ||
"sass-loader": "^7.1.0", | ||
"terser-webpack-plugin": "^1.3.0", | ||
"vite": "^2.9.9", | ||
"vue": "^3.2.31", | ||
"vue-jest": "^5.0.0-alpha.10", | ||
"vue-loader": "^17.0.0", | ||
"webpack": "^4.34.0", | ||
"webpack-cli": "^3.3.4", | ||
"webpack-dev-server": "^3.7.2" | ||
"vue-jest": "^5.0.0-alpha.10" | ||
}, | ||
@@ -90,3 +80,3 @@ "jest": { | ||
"build:es": "rollup --config rollup.config.js --format es --file dist/vue-simple-context-menu.esm.js", | ||
"build:example": "rimraf docs && cross-env NODE_ENV=production webpack --progress --hide-modules --mode production", | ||
"build:example": "rimraf docs && vite build", | ||
"build:library": "rimraf dist && npm run build:umd & npm run build:es & npm run build:umd & npm run build:unpkg", | ||
@@ -96,7 +86,7 @@ "build:umd": "rollup --config rollup.config.js --format umd --file dist/vue-simple-context-menu.umd.js", | ||
"test": "jest", | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot" | ||
"dev": "vite" | ||
}, | ||
"sideEffects": false, | ||
"unpkg": "dist/vue-simple-context-menu.min.js", | ||
"version": "4.0.3" | ||
"version": "4.0.4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
24
779
0
113710
23
1