LocalCDN-Firefox-Chrome-Brave/audit
nob ody 6eb156acc8
Initial commit
2020-02-27 13:45:29 +01:00
..
.eslintrc Initial commit 2020-02-27 13:45:29 +01:00
README.md Initial commit 2020-02-27 13:45:29 +01:00
package-lock.json Initial commit 2020-02-27 13:45:29 +01:00
package.json Initial commit 2020-02-27 13:45:29 +01:00
run.js Initial commit 2020-02-27 13:45:29 +01:00

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)

  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.