Deadpendency Language Support
Dependencies are currently only analyzed by Deadpendency when hosted on GitHub.com.
Deadpendency will load the dependency files of the top 2 programming languages used in a repository. It will only search 1 directory deep for these files, however additional dependency files can be loaded via config.
Languages
Programming Language | Supported | File Types | Default Files Loaded | Notes |
---|---|---|---|---|
JavaScript | ✅ | Npm package.json | ./**/package.json |
|
TypeScript | ✅ | Npm package.json | ./**/package.json |
|
Python | ✅ |
|
||
Ruby | ✅ |
|
||
PHP | ✅ | Composer file | ./**/composer.json |
|
Rust | ✅ | Cargo file | ./**/Cargo.toml |
|
Haskell | ✅ |
|
||
.NET | ✅ |
|
|
|
Java | ✅ |
|
|
|
Kotlin | ✅ |
|
|
|
Scala | ✅ |
|
|
|
Go | ✅ |
|
|
|
Others | ❔ |
|