Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@vue/runtime-dom

Package Overview
Dependencies
Maintainers
1
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/runtime-dom - npm Package Compare versions

Comparing version
3.6.0-beta.8
to
3.6.0-beta.9
+3
-2
dist/runtime-dom.cjs.js
/**
* @vue/runtime-dom v3.6.0-beta.8
* @vue/runtime-dom v3.6.0-beta.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -1191,3 +1191,4 @@ * @license MIT

if (elValue === newValue) return;
if (document.activeElement === el && el.type !== "range") {
const rootNode = el.getRootNode();
if ((rootNode instanceof Document || rootNode instanceof ShadowRoot) && rootNode.activeElement === el && el.type !== "range") {
if (lazy && value === oldValue) return;

@@ -1194,0 +1195,0 @@ if (trim && el.value.trim() === newValue) return;

/**
* @vue/runtime-dom v3.6.0-beta.8
* @vue/runtime-dom v3.6.0-beta.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -1134,3 +1134,4 @@ * @license MIT

if (elValue === newValue) return;
if (document.activeElement === el && el.type !== "range") {
const rootNode = el.getRootNode();
if ((rootNode instanceof Document || rootNode instanceof ShadowRoot) && rootNode.activeElement === el && el.type !== "range") {
if (lazy && value === oldValue) return;

@@ -1137,0 +1138,0 @@ if (trim && el.value.trim() === newValue) return;

/**
* @vue/runtime-dom v3.6.0-beta.8
* @vue/runtime-dom v3.6.0-beta.9
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -1269,3 +1269,4 @@ * @license MIT

if (elValue === newValue) return;
if (document.activeElement === el && el.type !== "range") {
const rootNode = el.getRootNode();
if ((rootNode instanceof Document || rootNode instanceof ShadowRoot) && rootNode.activeElement === el && el.type !== "range") {
if (lazy && value === oldValue) return;

@@ -1272,0 +1273,0 @@ if (trim && el.value.trim() === newValue) return;

+4
-4
{
"name": "@vue/runtime-dom",
"version": "3.6.0-beta.8",
"version": "3.6.0-beta.9",
"description": "@vue/runtime-dom",

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

"csstype": "^3.2.3",
"@vue/shared": "3.6.0-beta.8",
"@vue/reactivity": "3.6.0-beta.8",
"@vue/runtime-core": "3.6.0-beta.8"
"@vue/shared": "3.6.0-beta.9",
"@vue/reactivity": "3.6.0-beta.9",
"@vue/runtime-core": "3.6.0-beta.9"
},

@@ -58,0 +58,0 @@ "devDependencies": {

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