|
|
|
|
|
by Longwelwind
1622 days ago
|
|
> Where do you et these lockfiles files from? At dev time, you generate a lock file of the hashes of your dependencies. You commit this file to your code repository. When getting dependencies, the hash of the downloaded dependency is compared to the one in the lockfile. |
|
So. At dev time. You download random files from random urls via Deno.
Compared to: At dev time you download files from a trusted repository. https://news.ycombinator.com/item?id=29871936