Skip to content
Snippets Groups Projects
To learn more about this project, read the wiki.

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)

  1. Make sure you have Node.js installed on your machine.

  2. Open up a terminal and cd into this directory.

  3. Execute npm install to fetch any dependencies.

  4. Run the audit script by executing node run.

Note: If you'd like to save the report, run node run > report.txt.