Socket
Socket
Sign inDemoInstall

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

Comparing version 3.2.0-beta.1 to 3.2.0-beta.2

7

dist/compiler-core.d.ts

@@ -293,3 +293,3 @@ import { generateCodeFrame } from '@vue/shared';

[code: number]: string;
}, additionalMessage?: string): T extends ErrorCodes ? CoreCompilerError : CompilerError;
}, additionalMessage?: string): InferCompilerError<T>;

@@ -559,2 +559,4 @@ export declare function createCompoundExpression(children: CompoundExpressionNode['children'], loc?: SourceLocation): CompoundExpressionNode;

declare type InferCompilerError<T> = T extends ErrorCodes ? CoreCompilerError : CompilerError;
export declare function injectProp(node: VNodeCall | RenderSlotCall, prop: Property, context: TransformContext): void;

@@ -745,3 +747,4 @@

/**
* Keep comments in the templates AST, even in production
* Whether to keep comments in the templates AST.
* This defaults to `true` in development and `false` in production builds.
*/

@@ -748,0 +751,0 @@ comments?: boolean;

{
"name": "@vue/compiler-core",
"version": "3.2.0-beta.1",
"version": "3.2.0-beta.2",
"description": "@vue/compiler-core",

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

"dependencies": {
"@vue/shared": "3.2.0-beta.1",
"@vue/shared": "3.2.0-beta.2",
"@babel/parser": "^7.12.0",

@@ -38,0 +38,0 @@ "@babel/types": "^7.12.0",

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