Search code examples
javascriptobfuscationminifyuglifyjs

uglifyJs Application needed(JavaScript Obfuscator)


I want to know if there is any version of uglifyJS in a windows application mode(not web based app) or maybe another good application that is not web based.

This is the uglifyJS site.

Thank you


Solution

  • Install NodeJS and use the official uglify-js npm package. It's the way UglifyJS and a lot other JS libs are meant to be used in an offline fashion.