For some reason, the command yarn
is modifying the file yarn.lock
with a new property to every dependency: integrity
.
Git diff:
+integrity sha1-zgBCgEX7t9AxwWp7+DV4nxU2arI=
I couldn't find documentation about it so my question is - What is it?
That is used to detect whether the files have changed since the author originally published them. If the SHA hashes don't match because of file modifications, the integrity check fails.
The author pushes their code to a repository, and this field is used to make sure that what the repository sends out is identical to what the author produced.
The idea of an integrity field is described here: https://w3c.github.io/webappsec-subresource-integrity/#resource-integrity