dependabit / monitor/src
monitor/src
Monitor
| Name | Description |
|---|---|
| GitHubRepoChecker | Contract for all dependency checker implementations. |
| Monitor | Orchestrates dependency checking across multiple access methods. |
| OpenAPIChecker | Contract for all dependency checker implementations. |
| URLContentChecker | Contract for all dependency checker implementations. |
| AccessConfig | Minimum configuration required to fetch and compare a dependency. |
| ChangeDetection | The result of comparing two DependencySnapshot objects. |
| Checker | Contract for all dependency checker implementations. |
| CheckResult | The outcome of a single dependency check performed by Monitor. |
| DependencyConfig | Runtime descriptor passed to the monitor for a single tracked dependency. |
| DependencySnapshot | A point-in-time snapshot of a dependency's state. |
Other
| Name | Description |
|---|---|
| Scheduler | Scheduler for per-dependency monitoring |
| SeverityClassifier | - |
| StateComparator | - |
| Severity | - |
| normalizeHTML | Normalizes HTML content for consistent comparison |
| normalizeURL | Normalizes a URL by removing tracking parameters |