This repository was archived by the owner on May 1, 2024. It is now read-only.
Multiple hashes in lockfile #819
Unanswered
winterqt
asked this question in
Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In this lockfile, the entry for
@matrix-org/olmcontains two hashes. The higher quality algorithm (SHA-512 in this case) is the one actually used, but why is the other one (SHA-1) even included in the first place, and why just for this dependency?I ask this since the current documentation for lockfiles states the following with regards to hashes:
which implies that only one hash will ever be in this field, which is correctly reflected in the other dependencies.
Beta Was this translation helpful? Give feedback.
All reactions