Socket
Socket
Sign inDemoInstall

@vue/runtime-core

Package Overview
Dependencies
Maintainers
1
Versions
223
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-rc.9 to 3.0.0-rc.10

16

dist/runtime-core.d.ts

@@ -59,2 +59,3 @@ import { camelize } from '@vue/shared';

provide<T>(key: InjectionKey<T> | string, value: T): this;
_uid: number;
_component: ConcreteComponent;

@@ -251,2 +252,4 @@ _props: Data | null;

/* Excluded from this release type: directives */
/* Excluded from this release type: propsOptions */
/* Excluded from this release type: emitsOptions */
/* Excluded from this release type: proxy */

@@ -261,3 +264,3 @@ /* Excluded from this release type: withProxy */

emit: EmitFn;
emitted: Record<string, boolean> | null;
/* Excluded from this release type: emitted */
/* Excluded from this release type: setupState */

@@ -314,2 +317,3 @@ /* Excluded from this release type: devtoolsRawSetupState */

emits?: (E | EE[]) & ThisType<void>;
serverPrefetch?(): Promise<any>;
/* Excluded from this release type: ssrRender */

@@ -359,3 +363,3 @@ /* Excluded from this release type: __asyncLoader */

$nextTick: typeof nextTick;
$watch: typeof instanceWatch;
$watch(source: string | Function, cb: Function, options?: WatchOptions): WatchStopHandle;
} & P & ShallowUnwrapRef<B> & D & ExtractComputedReturns<C> & M & ComponentCustomProperties;

@@ -633,4 +637,2 @@

declare function instanceWatch(this: ComponentInternalInstance, source: string | Function, cb: Function, options?: WatchOptions): WatchStopHandle;
/* Excluded from this release type: InternalRenderFunction */

@@ -753,4 +755,6 @@

declare type NormalizedPropsOptions = [Record<string, NormalizedProp>, string[]];
declare type NormalizedProps = Record<string, NormalizedProp>;
declare type NormalizedPropsOptions = [NormalizedProps, string[]] | [];
declare function normalizeSuspenseChildren(vnode: VNode): {

@@ -1148,3 +1152,3 @@ content: VNode;

export declare interface TeleportProps {
to: string | RendererElement;
to: string | RendererElement | null | undefined;
disabled?: boolean;

@@ -1151,0 +1155,0 @@ }

{
"name": "@vue/runtime-core",
"version": "3.0.0-rc.9",
"version": "3.0.0-rc.10",
"description": "@vue/runtime-core",

@@ -22,3 +22,4 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/vuejs/vue-next.git"
"url": "git+https://github.com/vuejs/vue-next.git",
"directory": "packages/runtime-core"
},

@@ -35,5 +36,5 @@ "keywords": [

"dependencies": {
"@vue/shared": "3.0.0-rc.9",
"@vue/reactivity": "3.0.0-rc.9"
"@vue/shared": "3.0.0-rc.10",
"@vue/reactivity": "3.0.0-rc.10"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc