UglifyJS 3 Logo

UglifyJS 3

0
Free
Visit Website

UglifyJS is a JavaScript parser, minifier, compressor, and beautifier toolkit. Note: uglify-js supports JavaScript and most language features in ECMAScript. For more exotic parts of ECMAScript, process your source file with transpilers like Babel before passing onto uglify-js. uglify-js@3 has a simplified API and CLI that is not backwards compatible with uglify-js@2. Install: First, make sure you have installed the latest version of node.js (You may need to restart your computer after this step). From NPM for use as a command line app: npm install uglify-js -g From NPM for programmatic use: npm install uglify-js Command line usage: uglifyjs [input files] [options] UglifyJS can take multiple input files. It's recommended that you pass the input files first, then pass the options. UglifyJS will parse input files in sequence and apply any compression options. The files are parsed in the same global scope, that is, a reference from a file to some variable/function declared in another file will be matched properly. If no input file is specified, UglifyJS will read from STDIN. If you wish to pass your options before the input files, separate the two with a double dash to prevent issues.

FEATURES

ALTERNATIVES

Tracee is a runtime security and observability tool using eBPF technology.

Runtime application security platform that provides vulnerability management, patching, and threat detection at the application level during program execution.

A vulnerable by design infrastructure on Azure featuring the latest released OWASP Top 10 web application security risks (2021) and other misconfigurations.

Veracode is an intelligent software security platform that helps developers and security teams secure code, find and fix flaws, and automate remediation.

Hackazon is a free, vulnerable test site with an online storefront to train and test IT security professionals on various vulnerabilities like SQL Injection and cross-site scripting.

A security analysis platform that combines SAST, SCA, SBOM generation and AI-assisted remediation to detect and fix vulnerabilities during the software development lifecycle.

Revelo is an experimental Javascript deobfuscator tool with features to analyze and deobfuscate Javascript code.

An API security platform that discovers, documents, and tests APIs throughout the development lifecycle while maintaining a centralized catalog of all API assets.