vue-eslint-parser
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "vue-eslint-parser", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "The ESLint custom parser for `.vue` files.", | ||
@@ -14,6 +14,6 @@ "engines": { | ||
"lint": "eslint index.js \"test/*.js\"", | ||
"postinstall": "git submodule update --init && cd test/fixtures/eslint && npm install", | ||
"postversion": "git push && git push --tags", | ||
"pretest": "npm run lint", | ||
"preversion": "npm test", | ||
"setup": "git submodule update --init && cd test/fixtures/eslint && npm install", | ||
"test": "nyc mocha \"test/*.js\" --compilers js:babel-register --reporter progress --timeout 30000", | ||
@@ -20,0 +20,0 @@ "watch": "mocha \"test/*.js\" --compilers js:babel-register --growl --reporter progress --watch", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
11142