detective-typescript
Advanced tools
Comparing version 7.0.2 to 8.0.0
{ | ||
"name": "detective-typescript", | ||
"version": "7.0.2", | ||
"version": "8.0.0", | ||
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>", | ||
@@ -29,3 +29,3 @@ "description": "Get the dependencies of a TypeScript module", | ||
"engines": { | ||
"node": "^10.13 || >=12.0.0" | ||
"node": "^12.20.0 || ^14.14.0 || >=16.0.0" | ||
}, | ||
@@ -35,11 +35,11 @@ "license": "MIT", | ||
"dependencies": { | ||
"@typescript-eslint/typescript-estree": "^4.33.0", | ||
"@typescript-eslint/typescript-estree": "^5.12.0", | ||
"ast-module-types": "^2.7.1", | ||
"node-source-walk": "^4.2.0", | ||
"typescript": "^3.9.10" | ||
"node-source-walk": "^4.2.2", | ||
"typescript": "^4.5.5" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.32.0", | ||
"mocha": "^8.4.0" | ||
"eslint": "^8.9.0", | ||
"mocha": "^9.2.1" | ||
} | ||
} |
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
5316
+ Added@typescript-eslint/types@5.62.0(transitive)
+ Added@typescript-eslint/typescript-estree@5.62.0(transitive)
+ Added@typescript-eslint/visitor-keys@5.62.0(transitive)
+ Addedeslint-visitor-keys@3.4.3(transitive)
+ Addedtypescript@4.9.5(transitive)
- Removed@typescript-eslint/types@4.33.0(transitive)
- Removed@typescript-eslint/typescript-estree@4.33.0(transitive)
- Removed@typescript-eslint/visitor-keys@4.33.0(transitive)
- Removedeslint-visitor-keys@2.1.0(transitive)
- Removedtypescript@3.9.10(transitive)
Updatednode-source-walk@^4.2.2
Updatedtypescript@^4.5.5