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

@vue/compiler-core

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/compiler-core - npm Package Compare versions

Comparing version
3.6.0-alpha.4
to
3.6.0-alpha.5
+6
-1
dist/compiler-core.d.ts

@@ -986,3 +986,2 @@ import { Namespace, PatchFlags, Namespaces } from '@vue/shared';

ast: RootNode;
helpers: Set<symbol>;
}

@@ -1058,3 +1057,9 @@ export declare enum NewlineType {

export declare function getMemoedVNodeCall(node: BlockCodegenNode | MemoExpression): VNodeCall | RenderSlotCall;
export declare function filterNonCommentChildren(node: ParentNode): TemplateChildNode[];
export declare function hasSingleChild(node: ParentNode): boolean;
export declare function isSingleIfBlock(parent: ParentNode): boolean;
export declare const forAliasRE: RegExp;
export declare function isAllWhitespace(str: string): boolean;
export declare function isWhitespaceText(node: TemplateChildNode): boolean;
export declare function isCommentOrWhitespace(node: TemplateChildNode): boolean;

@@ -1061,0 +1066,0 @@ /**

+2
-2
{
"name": "@vue/compiler-core",
"version": "3.6.0-alpha.4",
"version": "3.6.0-alpha.5",
"description": "@vue/compiler-core",

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

"source-map-js": "^1.2.1",
"@vue/shared": "3.6.0-alpha.4"
"@vue/shared": "3.6.0-alpha.5"
},

@@ -56,0 +56,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