Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Latest commit

 

History

History

audit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.