|
|
|
|
|
by dmitriid
1624 days ago
|
|
> At dev time, you generate a lock file of the hashes of your dependencies. 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 |
|
If you use a lockfile, downloading a package from NPM or directly using a random URL is conceptually the same, since they are both untrusted sources. Having a lockfile will ensure that if you download a dependency to review it for vulnerabilities, later re-downloads of the dependency will not have changed files.