You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Populate Version.Integrity for pub, julia and nuget (#23)
pub.dev returns archive_sha256 on each version entry, julia's
Versions.toml already gives us git-tree-sha1, and nuget's catalog
leaf carries packageHash/packageHashAlgorithm (sha512, base64). The
nuget hash is not in the registration index so this fetches the
catalog leaf per version, same pattern hex already uses.
deno is left out: the apiland /v2/modules endpoint only returns bare
version strings with no per-version detail endpoint, so there is no
checksum to read without changing data source.
Related to ecosyste-ms/packages#1630.
0 commit comments