mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Initial commit
This commit is contained in:
18
audit/README.md
Normal file
18
audit/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
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```.
|
||||
Reference in New Issue
Block a user