DependencyKind enum
Fields
Unknown = 0 | |
RootDependency = 1 | The root dependency introduced the component being alerted. |
Component = 2 | The component being alerted. |
VulnerableDependency = 3 | Vulnerable Dependency. Deprecating this value. Use Component instead. |