View Source GitHub.DependencyGraph.Diff (GitHub REST API Client v0.3.1)
Provides struct and type for a DependencyGraph.Diff
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.DependencyGraph.Diff{ __info__: map(), change_type: String.t(), ecosystem: String.t(), license: String.t() | nil, manifest: String.t(), name: String.t(), package_url: String.t() | nil, scope: String.t(), source_repository_url: String.t() | nil, version: String.t(), vulnerabilities: [GitHub.DependencyGraph.DiffVulnerabilities.t()] }