Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-screen-size

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-screen-size - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

docs/assets/index.08eee0db.js

2

CHANGELOG.md
# 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc