Skip to content
Snippets Groups Projects
Forked from Thomas Rientjes / decentraleyes
241 commits behind the upstream repository.
Thomas Rientjes's avatar
bda683e5
History
Name Last commit Last update
..
README.md
package-lock.json
package.json
run.js

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.