Hacker News new | ask | show | jobs
by voltagex_ 4624 days ago
What do you base your initial known good JS on though? What is the user supposed to do with the information that the JS has changed? A diff of minified JS isn't that helpful.
2 comments

The author would say "the current version is 0.6.4 and its JS hashes to this SHA256 hash: xxx"

Open source already does this for binaries. Why not JS?

This assumes it's even possible to get a consistent hash of all javascript executing on a page, though.

Script on a site like this should not be minified. It should be easily readable and well commented, so that people can audit it properly.