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

vue-eslint-parser

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-eslint-parser - npm Package Compare versions

Comparing version 2.0.0-beta.2 to 2.0.0-beta.3

11

index.d.ts

@@ -472,10 +472,14 @@ // Generated by dts-bundle v0.7.3

name: string;
rawName: string;
}
export interface VDirectiveKey extends HasLocation, HasParent {
type: "VDirectiveKey";
parent: VAttribute;
export interface DirectiveKeyParts {
name: string;
argument: string | null;
modifiers: string[];
}
export interface VDirectiveKey extends HasLocation, HasParent, DirectiveKeyParts {
type: "VDirectiveKey";
parent: VAttribute;
shorthand: boolean;
raw: DirectiveKeyParts;
}

@@ -520,2 +524,3 @@ export interface VLiteral extends HasLocation, HasParent {

name: string;
rawName: string;
startTag: VStartTag;

@@ -522,0 +527,0 @@ children: (VElement | VText | VExpressionContainer)[];

{
"name": "vue-eslint-parser",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "The ESLint custom parser for `.vue` files.",

@@ -5,0 +5,0 @@ "engines": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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