@typescript-eslint/parser
Advanced tools
Comparing version 1.11.1-alpha.11 to 1.12.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.12.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.11.0...v1.12.0) (2019-07-12) | ||
### Bug Fixes | ||
* **typescript-estree:** fix `async` identifier token typed as `Keyword` ([#681](https://github.com/typescript-eslint/typescript-eslint/issues/681)) ([6de19d3](https://github.com/typescript-eslint/typescript-eslint/commit/6de19d3)) | ||
# [1.11.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.10.2...v1.11.0) (2019-06-23) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@typescript-eslint/parser", | ||
"version": "1.11.1-alpha.11+b30e78d", | ||
"version": "1.12.0", | ||
"description": "An ESLint custom parser which leverages TypeScript ESTree", | ||
@@ -45,10 +45,10 @@ "main": "dist/parser.js", | ||
"@types/eslint-visitor-keys": "^1.0.0", | ||
"@typescript-eslint/experimental-utils": "1.11.1-alpha.11+b30e78d", | ||
"@typescript-eslint/typescript-estree": "1.11.1-alpha.11+b30e78d", | ||
"@typescript-eslint/experimental-utils": "1.12.0", | ||
"@typescript-eslint/typescript-estree": "1.12.0", | ||
"eslint-visitor-keys": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/shared-fixtures": "1.11.1-alpha.11+b30e78d" | ||
"@typescript-eslint/shared-fixtures": "1.12.0" | ||
}, | ||
"gitHead": "b30e78d894806638417cd99c6d3fe4a74cbde7ec" | ||
"gitHead": "cd96c3875e90580c67023d2483c44da76a572eec" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
79871
1
0
+ Added@typescript-eslint/experimental-utils@1.12.0(transitive)
+ Added@typescript-eslint/typescript-estree@1.12.0(transitive)
+ Addedlodash.unescape@4.0.1(transitive)
+ Addedsemver@5.5.0(transitive)
+ Addedtypescript@5.6.3(transitive)