This audit script allows any user and extension reviewer to verify the integrity of the bundled resources. It automatically, and transparently, compares all bundled libraries to their original sources.
-
Make sure you have Node.js installed on your machine.
-
Open up a terminal and
cd
into this directory. -
Execute
npm install
to fetch any dependencies. -
Run the audit script by executing
node run
.
Note: If you'd like to save the report, run node run > report.txt
.