@typescript-eslint/parser
Advanced tools
Comparing version 6.1.0 to 6.4.0
{ | ||
"name": "@typescript-eslint/parser", | ||
"version": "6.1.0", | ||
"version": "6.4.0", | ||
"description": "An ESLint custom parser which leverages TypeScript ESTree", | ||
@@ -54,6 +54,6 @@ "files": [ | ||
"dependencies": { | ||
"@typescript-eslint/scope-manager": "6.1.0", | ||
"@typescript-eslint/types": "6.1.0", | ||
"@typescript-eslint/typescript-estree": "6.1.0", | ||
"@typescript-eslint/visitor-keys": "6.1.0", | ||
"@typescript-eslint/scope-manager": "6.4.0", | ||
"@typescript-eslint/types": "6.4.0", | ||
"@typescript-eslint/typescript-estree": "6.4.0", | ||
"@typescript-eslint/visitor-keys": "6.4.0", | ||
"debug": "^4.3.4" | ||
@@ -81,3 +81,3 @@ }, | ||
}, | ||
"gitHead": "d98f1e811a6a06128a86f10824b6005984dc8265" | ||
"gitHead": "14bea42e4864c72d28f502e0d15e675fe8bd729a" | ||
} |
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
+ Added@typescript-eslint/scope-manager@6.4.0(transitive)
+ Added@typescript-eslint/types@6.4.0(transitive)
+ Added@typescript-eslint/typescript-estree@6.4.0(transitive)
+ Added@typescript-eslint/visitor-keys@6.4.0(transitive)
- Removed@typescript-eslint/scope-manager@6.1.0(transitive)
- Removed@typescript-eslint/types@6.1.0(transitive)
- Removed@typescript-eslint/typescript-estree@6.1.0(transitive)
- Removed@typescript-eslint/visitor-keys@6.1.0(transitive)