mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
5 lines
260 B
Markdown
5 lines
260 B
Markdown
## Integrity checking & lock files
|
|
|
|
Deno can store and check module subresource integrity for modules using a small
|
|
JSON file. Use the `--lock=lock.json` to enable and specify lock file checking.
|
|
To update or create a lock use `--lock=lock.json --lock-write`.
|