6eb156acc8 | ||
---|---|---|
.. | ||
.eslintrc | ||
README.md | ||
package-lock.json | ||
package.json | ||
run.js |
README.md
Introduction
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.
Usage Instructions (Unix)
-
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
.