javascript-obfuscator / javascript-obfuscator-ui

A web UI to the JavaScript Obfuscator node.js package.
https://obfuscator.io
BSD 2-Clause "Simplified" License
231 stars 130 forks source link

Update to 0.14.2 version #18

Closed sanex3339 closed 6 years ago

sanex3339 commented 6 years ago

Hi. Please, update UI to 0.14.2 version:

Changelog: https://github.com/javascript-obfuscator/javascript-obfuscator/blob/master/CHANGELOG.md

New option: identifiersPrefix with string value New option: transformObjectKeys with boolean value

slig commented 6 years ago

Any specific position to where you'd like to have these new options?

sanex3339 commented 6 years ago

identifiersPrefix under identifierNamesGenerator transformObjectKeys as separate block under String Array Threshold

sanex3339 commented 6 years ago

Corrected: to 0.14.2 version ))

VividWombat commented 6 years ago

website still says its running 0.13.0

pls confirm if it is actually running 14.1

sanex3339 commented 6 years ago

@VividWombat Its still 0.13.0

slig commented 6 years ago

Updated!

sanex3339 commented 6 years ago

Thank you!

sanex3339 commented 6 years ago

Can you update to 0.14.3 version please? Some important bug-fix was added. Also, please, change description of identifiersPrefix option to

This options makes all global identifiers have a specific prefix.
slig commented 6 years ago

Done!

sanex3339 commented 6 years ago

Thank you!