vue-screen-size
Advanced tools
Comparing version 2.0.2 to 2.0.3
# CHANGELOG.md | ||
## 2.0.2 | ||
## 2.0.3 | ||
@@ -5,0 +5,0 @@ - Upgrade package to support Vue 3. Vue 2 support can be found at `v1.0.1`. |
@@ -14,2 +14,3 @@ { | ||
"@babel/preset-env": "^7.4.5", | ||
"@vitejs/plugin-vue": "^2.3.3", | ||
"@vue/compiler-sfc": "^3.2.31", | ||
@@ -19,10 +20,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", | ||
@@ -37,10 +32,5 @@ "rimraf": "^3.0.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" | ||
}, | ||
@@ -84,3 +74,3 @@ "jest": { | ||
"build:es": "rollup --config rollup.config.js --format es --file dist/vue-screen-size.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", | ||
@@ -90,7 +80,7 @@ "build:umd": "rollup --config rollup.config.js --format umd --file dist/vue-screen-size.umd.js", | ||
"test": "jest", | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot" | ||
"dev": "vite" | ||
}, | ||
"sideEffects": false, | ||
"unpkg": "dist/vue-screen-size.min.js", | ||
"version": "2.0.2" | ||
"version": "2.0.3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
22
452
0
79787
22
1