Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue/compiler-core

Package Overview
Dependencies
Maintainers
1
Versions
238
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.0.5 to 3.0.6

13

dist/compiler-core.d.ts

@@ -6,5 +6,5 @@ import { generateCodeFrame } from '@vue/shared';

export declare function advancePositionWithClone(pos: Position_2, source: string, numberOfCharacters?: number): Position_2;
export declare function advancePositionWithClone(pos: Position, source: string, numberOfCharacters?: number): Position;
export declare function advancePositionWithMutation(pos: Position_2, source: string, numberOfCharacters?: number): Position_2;
export declare function advancePositionWithMutation(pos: Position, source: string, numberOfCharacters?: number): Position;

@@ -665,3 +665,3 @@ export declare interface ArrayExpression extends Node_2 {

declare interface Position_2 {
export declare interface Position {
offset: number;

@@ -671,3 +671,2 @@ line: number;

}
export { Position_2 as Position }

@@ -825,4 +824,4 @@ export declare function processExpression(node: SimpleExpressionNode, context: TransformContext, asParams?: boolean, asRawStatements?: boolean): ExpressionNode;

export declare interface SourceLocation {
start: Position_2;
end: Position_2;
start: Position;
end: Position;
source: string;

@@ -895,3 +894,3 @@ }

hoists: (JSChildNode | null)[];
imports: Set<ImportItem>;
imports: ImportItem[];
temps: number;

@@ -898,0 +897,0 @@ cached: number;

{
"name": "@vue/compiler-core",
"version": "3.0.5",
"version": "3.0.6",
"description": "@vue/compiler-core",

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

"dependencies": {
"@vue/shared": "3.0.5",
"@vue/shared": "3.0.6",
"@babel/parser": "^7.12.0",

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