Socket
Socket
Sign inDemoInstall

vue-eslint-parser

Package Overview
Dependencies
89
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.10.0 to 7.11.0

13

package.json
{
"name": "vue-eslint-parser",
"version": "7.10.0",
"version": "7.11.0",
"description": "The ESLint custom parser for `.vue` files.",

@@ -25,2 +25,7 @@ "engines": {

"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-syntax-decorators": "^7.14.5",
"@babel/plugin-syntax-pipeline-operator": "^7.15.0",
"@babel/plugin-syntax-typescript": "^7.14.5",
"@mysticatea/eslint-plugin": "^13.0.0",

@@ -42,2 +47,4 @@ "@types/debug": "0.0.30",

"eslint": "^7.0.0",
"eslint-plugin-jsonc": "^1.4.0",
"eslint-plugin-node-dependencies": "^0.5.0",
"fs-extra": "^7.0.1",

@@ -65,3 +72,3 @@ "jsonc-eslint-parser": "^0.6.0",

"coverage": "opener ./coverage/lcov-report/index.html",
"lint": "eslint src test --ext .js,.ts",
"lint": "eslint src test package.json --ext .js,.ts",
"setup": "git submodule update --init && cd test/fixtures/eslint && npm install",

@@ -71,3 +78,3 @@ "pretest": "run-s build lint",

"test:mocha": "nyc mocha \"test/*.js\" --reporter dot --timeout 60000",
"test:debug": "mocha --inspect --require ts-node/register/transpile-only \"test/*.js\" --reporter dot --timeout 60000",
"test:debug": "mocha --require ts-node/register/transpile-only \"test/*.js\" --reporter dot --timeout 60000",
"preupdate-fixtures": "npm run -s build",

@@ -74,0 +81,0 @@ "update-fixtures": "node scripts/update-fixtures-ast.js && node scripts/update-fixtures-document-fragment.js",

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