I cannot figure out how to determine if Yarn's integrity checks actually do anything. There is not a lot of documentation.
I've tried modifying integrity hashes to be bogus ones in yarn.lock
and then trying to yarn install
or run yarn check --integrity
. Neither of these commands fail, so how is Yarn actually checking the integrity of packages?