Socket
Socket
Sign inDemoInstall

@vue/runtime-core

Package Overview
Dependencies
Maintainers
1
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/runtime-core - npm Package Compare versions

Comparing version 3.0.8 to 3.0.9

27

dist/runtime-core.d.ts

@@ -905,2 +905,9 @@ import { camelize } from '@vue/shared';

/**
* Technically we no longer need this after 3.0.8 but we need to keep the same
* API for backwards compat w/ code generated by compilers.
* @private
*/
export declare function popScopeId(): void;
export declare type Prop<T, D = T> = PropOptions<T, D> | PropType<T>;

@@ -934,2 +941,8 @@

/**
* Set scope id when creating hoisted vnodes.
* @private compiler helper
*/
export declare function pushScopeId(id: string | null): void;
export declare function queuePostFlushCb(cb: SchedulerCbs): void;

@@ -1046,3 +1059,3 @@

*/
export declare function renderSlot(slots: Slots, name: string, props?: Data, fallback?: () => VNodeArrayChildren, hasSlotted?: boolean): VNode;
export declare function renderSlot(slots: Slots, name: string, props?: Data, fallback?: () => VNodeArrayChildren, noSlotted?: boolean): VNode;

@@ -1120,8 +1133,2 @@ declare type RequiredKeys<T> = {

/**
* Set scope id when creating hoisted vnodes.
* @private compiler helper
*/
export declare function setScopeId(id: string | null): void;
export declare function setTransitionHooks(vnode: VNode, hooks: TransitionHooks): void;

@@ -1415,2 +1422,8 @@

export declare function withDirectives<T extends VNode>(vnode: T, directives: DirectiveArguments): T;
/**
* Only for backwards compat
* @private
*/
export declare const withScopeId: (_id: string) => typeof withCtx;
export { WritableComputedOptions }

@@ -1417,0 +1430,0 @@ export { WritableComputedRef }

{
"name": "@vue/runtime-core",
"version": "3.0.8",
"version": "3.0.9",
"description": "@vue/runtime-core",

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

"dependencies": {
"@vue/shared": "3.0.8",
"@vue/reactivity": "3.0.8"
"@vue/shared": "3.0.9",
"@vue/reactivity": "3.0.9"
}
}

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