@typescript-eslint/parser
Advanced tools
Comparing version 1.0.1-alpha.14 to 1.1.0
@@ -6,2 +6,9 @@ # Change Log | ||
# [1.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v1.0.0...v1.1.0) (2019-01-23) | ||
### Bug Fixes | ||
- **typescript-estree:** correct range of parameters with comments ([#128](https://github.com/typescript-eslint/typescript-eslint/issues/128)) ([91eedf2](https://github.com/typescript-eslint/typescript-eslint/commit/91eedf2)) | ||
- **typescript-estree:** fix range of assignment in parameter ([#115](https://github.com/typescript-eslint/typescript-eslint/issues/115)) ([4e781f1](https://github.com/typescript-eslint/typescript-eslint/commit/4e781f1)) | ||
# [1.0.0](https://github.com/typescript-eslint/typescript-eslint/compare/v0.2.1...v1.0.0) (2019-01-20) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "@typescript-eslint/parser", | ||
"version": "1.0.1-alpha.14+9f501a1", | ||
"version": "1.1.0", | ||
"description": "An ESLint custom parser which leverages TypeScript ESTree", | ||
@@ -39,3 +39,3 @@ "main": "dist/parser.js", | ||
"dependencies": { | ||
"@typescript-eslint/typescript-estree": "1.0.1-alpha.14+9f501a1", | ||
"@typescript-eslint/typescript-estree": "1.1.0", | ||
"eslint-scope": "^4.0.0", | ||
@@ -48,5 +48,5 @@ "eslint-visitor-keys": "^1.0.0" | ||
"@types/estree": "^0.0.39", | ||
"@typescript-eslint/shared-fixtures": "1.0.1-alpha.14+9f501a1" | ||
"@typescript-eslint/shared-fixtures": "1.1.0" | ||
}, | ||
"gitHead": "9f501a1dce558457ca40b6e9f6a851709b296ed3" | ||
"gitHead": "da7e91e1b3e6f90d51bf3442e9c2771af1d61118" | ||
} |
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
40174
1
0
+ Added@eslint/js@9.14.0(transitive)
+ Added@humanwhocodes/retry@0.4.1(transitive)
+ Added@typescript-eslint/typescript-estree@1.1.0(transitive)
+ Addedeslint@9.14.0(transitive)
+ Addedlodash.unescape@4.0.1(transitive)
+ Addedsemver@5.5.0(transitive)
- Removed@eslint/js@9.13.0(transitive)
- Removedeslint@9.13.0(transitive)