Socket
Socket
Sign inDemoInstall

@vue/compiler-dom

Package Overview
Dependencies
2
Maintainers
1
Versions
210
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-beta.23 to 3.0.0-beta.24

2

dist/compiler-dom.esm-bundler.js

@@ -140,3 +140,3 @@ import { registerRuntimeHelpers, isBuiltInType, createSimpleExpression, createCompilerError, createObjectProperty, transformModel as transformModel$1, findProp, hasDynamicKeyVBind, transformOn as transformOn$1, createCompoundExpression, createCallExpression, isStaticExp, noopDirectiveTransform, baseCompile, baseParse } from '@vue/compiler-core';

[52 /* X_V_MODEL_ARG_ON_ELEMENT */]: `v-model argument is not supported on plain elements.`,
[53 /* X_V_MODEL_ON_FILE_INPUT_ELEMENT */]: `v-model cannot used on file inputs since they are read-only. Use a v-on:change listener instead.`,
[53 /* X_V_MODEL_ON_FILE_INPUT_ELEMENT */]: `v-model cannot be used on file inputs since they are read-only. Use a v-on:change listener instead.`,
[54 /* X_V_MODEL_UNNECESSARY_VALUE */]: `Unnecessary value binding used alongside v-model. It will interfere with v-model's behavior.`,

@@ -143,0 +143,0 @@ [55 /* X_V_SHOW_NO_EXPRESSION */]: `v-show is missing expression.`,

{
"name": "@vue/compiler-dom",
"version": "3.0.0-beta.23",
"version": "3.0.0-beta.24",
"description": "@vue/compiler-dom",

@@ -38,5 +38,5 @@ "main": "index.js",

"dependencies": {
"@vue/shared": "3.0.0-beta.23",
"@vue/compiler-core": "3.0.0-beta.23"
"@vue/shared": "3.0.0-beta.24",
"@vue/compiler-core": "3.0.0-beta.24"
}
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc