Socket
Socket
Sign inDemoInstall

@vue/runtime-dom

Package Overview
Dependencies
Maintainers
2
Versions
229
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.5.0-beta.1 to 3.5.0-beta.2

10

dist/runtime-dom.cjs.js
/**
* @vue/runtime-dom v3.5.0-beta.1
* @vue/runtime-dom v3.5.0-beta.2
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -796,3 +796,2 @@ * @license MIT

this._root = this.shadowRoot;
this._mount(_def);
} else {

@@ -810,6 +809,6 @@ if (this.shadowRoot) {

}
if (!this._def.__asyncLoader) {
this._resolveProps(this._def);
}
}
if (!this._def.__asyncLoader) {
this._resolveProps(this._def);
}
}

@@ -1013,2 +1012,3 @@ connectedCallback() {

instance.ce = this;
instance.isCE = true;
{

@@ -1015,0 +1015,0 @@ instance.ceReload = (newStyles) => {

/**
* @vue/runtime-dom v3.5.0-beta.1
* @vue/runtime-dom v3.5.0-beta.2
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -765,3 +765,2 @@ * @license MIT

this._root = this.shadowRoot;
this._mount(_def);
} else {

@@ -774,6 +773,6 @@ if (_def.shadowRoot !== false) {

}
if (!this._def.__asyncLoader) {
this._resolveProps(this._def);
}
}
if (!this._def.__asyncLoader) {
this._resolveProps(this._def);
}
}

@@ -968,2 +967,3 @@ connectedCallback() {

instance.ce = this;
instance.isCE = true;
const dispatch = (event, args) => {

@@ -970,0 +970,0 @@ this.dispatchEvent(

@@ -1354,5 +1354,14 @@ import { BaseTransitionProps, FunctionalComponent, ObjectDirective, Directive, App, SetupContext, RenderFunction, ComponentOptions, ComponentObjectPropsOptions, EmitsOptions, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentInjectOptions, SlotsType, Component, ComponentProvideOptions, ExtractPropTypes, EmitsToProps, ComponentOptionsBase, CreateComponentPublicInstanceWithMixins, DefineComponent, ComponentCustomElementInterface, CreateAppFunction, ConcreteComponent, VNodeRef, RootRenderFunction, RootHydrateFunction } from '@vue/runtime-core';

/**
* This is a stub implementation to prevent the need to use dom types.
*
* To enable proper types, add `"dom"` to `"lib"` in your `tsconfig.json`.
*/
type DomStub = {};
type DomType<T> = typeof globalThis extends {
window: unknown;
} ? T : DomStub;
declare module '@vue/reactivity' {
interface RefUnwrapBailTypes {
runtimeDOMBailTypes: Node | Window;
runtimeDOMBailTypes: DomType<Node | Window>;
}

@@ -1359,0 +1368,0 @@ }

/**
* @vue/runtime-dom v3.5.0-beta.1
* @vue/runtime-dom v3.5.0-beta.2
* (c) 2018-present Yuxi (Evan) You and Vue contributors

@@ -859,3 +859,2 @@ * @license MIT

this._root = this.shadowRoot;
this._mount(_def);
} else {

@@ -873,6 +872,6 @@ if (!!(process.env.NODE_ENV !== "production") && this.shadowRoot) {

}
if (!this._def.__asyncLoader) {
this._resolveProps(this._def);
}
}
if (!this._def.__asyncLoader) {
this._resolveProps(this._def);
}
}

@@ -1076,2 +1075,3 @@ connectedCallback() {

instance.ce = this;
instance.isCE = true;
if (!!(process.env.NODE_ENV !== "production")) {

@@ -1078,0 +1078,0 @@ instance.ceReload = (newStyles) => {

{
"name": "@vue/runtime-dom",
"version": "3.5.0-beta.1",
"version": "3.5.0-beta.2",
"description": "@vue/runtime-dom",

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

"csstype": "^3.1.3",
"@vue/shared": "3.5.0-beta.1",
"@vue/runtime-core": "3.5.0-beta.1",
"@vue/reactivity": "3.5.0-beta.1"
"@vue/shared": "3.5.0-beta.2",
"@vue/runtime-core": "3.5.0-beta.2",
"@vue/reactivity": "3.5.0-beta.2"
},

@@ -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

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