Socket
Socket
Sign inDemoInstall

vue-eslint-parser

Package Overview
Dependencies
113
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 6.0.0-beta.0

16

index.d.ts

@@ -489,3 +489,3 @@ // Generated by dts-bundle v0.7.3

type: "VExpressionContainer";
parent: VDocumentFragment | VElement | VDirective;
parent: VDocumentFragment | VElement | VDirective | VDirectiveKey;
expression: ESLintExpression | VFilterSequenceExpression | VForExpression | VOnExpression | VSlotScopeExpression | null;

@@ -496,16 +496,12 @@ references: Reference[];

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

@@ -512,0 +508,0 @@ export interface VLiteral extends HasLocation, HasParent {

{
"name": "vue-eslint-parser",
"version": "5.0.0",
"version": "6.0.0-beta.0",
"description": "The ESLint custom parser for `.vue` files.",

@@ -16,6 +16,6 @@ "engines": {

"dependencies": {
"debug": "^4.1.0",
"debug": "^4.1.1",
"eslint-scope": "^4.0.0",
"eslint-visitor-keys": "^1.0.0",
"espree": "^4.1.0",
"espree": "^5.0.0",
"esquery": "^1.0.1",

@@ -25,10 +25,9 @@ "lodash": "^4.17.11"

"devDependencies": {
"@mysticatea/eslint-plugin": "^7.0.0",
"@mysticatea/eslint-plugin": "^9.0.1",
"@types/debug": "0.0.30",
"@types/estree": "0.0.38",
"@types/lodash": "^4.14.118",
"@types/lodash": "^4.14.120",
"@types/mocha": "^5.2.4",
"@types/node": "^10.12.9",
"acorn": "^6.0.4",
"acorn-jsx": "^5.0.0",
"@types/node": "^10.12.21",
"@typescript-eslint/parser": "^1.2.0",
"babel-eslint": "^10.0.1",

@@ -39,15 +38,14 @@ "chokidar": "^2.0.4",

"dts-bundle": "^0.7.3",
"eslint": "^5.9.0",
"eslint": "^5.13.0",
"fs-extra": "^7.0.1",
"mocha": "^5.2.0",
"npm-run-all": "^4.1.3",
"nyc": "^13.1.0",
"npm-run-all": "^4.1.5",
"nyc": "^13.2.0",
"opener": "^1.5.1",
"rimraf": "^2.6.2",
"rollup": "^0.67.1",
"rollup-plugin-node-resolve": "^3.4.0",
"rimraf": "^2.6.3",
"rollup": "^1.1.2",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-watch": "^4.3.1",
"typescript": "~3.1.6",
"typescript-eslint-parser": "^21.0.1",
"typescript": "~3.3.1",
"wait-on": "^3.2.0",

@@ -54,0 +52,0 @@ "warun": "^1.0.0"

@@ -24,3 +24,3 @@ # vue-eslint-parser

- Requires `babel-eslint` 8.1.1 or later if you want it. (optional)
- Requires `typescript-eslint-parser` 21.0.0 or later if you want it. (optional)
- Requires `@typescript-eslint/parser` 1.0.0 or later if you want it. (optional)

@@ -86,3 +86,3 @@ ## ๐Ÿ“– Usage

"parserOptions": {
"parser": "typescript-eslint-parser"
"parser": "@typescript-eslint/parser"
}

@@ -89,0 +89,0 @@ }

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc