summaryrefslogtreecommitdiff
path: root/docs/linking_to_external_code/integrity_checking.md
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2020-05-07 00:21:13 +0200
committerGitHub <noreply@github.com>2020-05-06 18:21:13 -0400
commit34ec3b225425cecdccf754fbc87f4a8f3728890d (patch)
tree35db52bf25ccf64425692116197df61a69ea8838 /docs/linking_to_external_code/integrity_checking.md
parent846c049c9b3ab36d0893292a204c4d0a18de4c8e (diff)
Multi page manual (#5110)
Diffstat (limited to 'docs/linking_to_external_code/integrity_checking.md')
-rw-r--r--docs/linking_to_external_code/integrity_checking.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/linking_to_external_code/integrity_checking.md b/docs/linking_to_external_code/integrity_checking.md
new file mode 100644
index 000000000..820ea1d2b
--- /dev/null
+++ b/docs/linking_to_external_code/integrity_checking.md
@@ -0,0 +1,5 @@
+## 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`.