-
## Expected Behavior
downloaded & run package using npm but the output code has not renamed variable & function names. when the same code obfuscated from web (https://obfuscator.io/) all the …
-
First things first, thank you for your work on this project, JavaScript Obfuscator, especially when combined with other minification solutions, can produce a _brutally_ undecipherable code; our revers…
-
Hello,
I am using your tool for the first time today. Thank You very much for coding.
When using this:
"C:\Users\Admin\AppData\Roaming\npm\javascript-obfuscator" in.js -o out.js --compact true -…
-
How can we obfuscate JavaScript code present in HTML page with extension ".html".
Most of the times JavaScript is defined in HTML page and want to obfuscate whole single page (Obfuscate JS, minify …
-
Hi,
I just built a project in order to reproduce this error.
Once unpacked, simply do:
- npm install
- grunt build:prod
Cheers,
Serge.
-
How do I make Callback to handle errors in the javascript code
```
var JavaScriptObfuscator = require('javascript-obfuscator').obfuscate;
//Error in console.log and I have to handle it. How to do…
-
I tried to obfuscate a 900kb code and in the output was blank in the test website, Is there is any fix to this problem?
-
It would be nice to define `.toString()` method for `ValidationError` which will return ValidationError.constraints messages as string.
``` ts
if (errors.length) {
for (let error of errors) {
…
-
Hi.
I usually use your "Copy & Paste JavaScript Code" tab but today tried using "Upload JavaScript Files" but nothing happens when I drag and drop. Yesterday, perhaps coincidentally, my browser froz…
-
Would you like to share some technique or experience?