detective-typescript
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "detective-typescript", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>", | ||
@@ -29,11 +29,11 @@ "description": "Get the dependencies of a TypeScript module", | ||
"dependencies": { | ||
"@typescript-eslint/typescript-estree": "^4.8.2", | ||
"@typescript-eslint/typescript-estree": "^4.33.0", | ||
"ast-module-types": "^2.7.1", | ||
"node-source-walk": "^4.2.0", | ||
"typescript": "^3.9.7" | ||
"typescript": "^3.9.10" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^7.14.0", | ||
"mocha": "^8.2.1" | ||
"eslint": "^7.32.0", | ||
"mocha": "^8.4.0" | ||
} | ||
} |
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
5602