Socket
Socket
Sign inDemoInstall

vue

Package Overview
Dependencies
20
Maintainers
2
Versions
499
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.0-alpha.4 to 3.4.0-beta.1

12

package.json
{
"name": "vue",
"version": "3.4.0-alpha.4",
"version": "3.4.0-beta.1",
"description": "The progressive JavaScript framework for building modern web UI.",

@@ -93,7 +93,7 @@ "main": "index.js",

"dependencies": {
"@vue/shared": "3.4.0-alpha.4",
"@vue/compiler-dom": "3.4.0-alpha.4",
"@vue/server-renderer": "3.4.0-alpha.4",
"@vue/compiler-sfc": "3.4.0-alpha.4",
"@vue/runtime-dom": "3.4.0-alpha.4"
"@vue/runtime-dom": "3.4.0-beta.1",
"@vue/shared": "3.4.0-beta.1",
"@vue/compiler-sfc": "3.4.0-beta.1",
"@vue/server-renderer": "3.4.0-beta.1",
"@vue/compiler-dom": "3.4.0-beta.1"
},

@@ -100,0 +100,0 @@ "peerDependencies": {

@@ -40,2 +40,3 @@ # vue

- `__VUE_PROD_DEVTOOLS__` (enable/disable devtools support in production, default: `false`)
- `__VUE_PROD_HYDRATION_MISMATCH_DETAILS__` (enable/disable detailed warnings for hydration mismatches in production, default: `false`)

@@ -42,0 +43,0 @@ The build will work without configuring these flags, however it is **strongly recommended** to properly configure them in order to get proper tree-shaking in the final bundle. To configure these flags:

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc