Discover Packages
github.com/HUSTSecLab/criticality_score
pkg
collector_depsdev
package
Version:
v0.0.1-alpha
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type DependentInfo struct {
DependentCount int `json:"dependentCount"`
DirectDependentCount int `json:"directDependentCount"`
IndirectDependentCount int `json:"indirectDependentCount"`
}
type PackageInfo struct {
Versions []VersionInfo `json:"versions"`
}
type VersionInfo struct {
VersionKey struct {
Version string `json:"version"`
} `json:"versionKey"`
PublishedAt time .Time `json:"publishedAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.