issues Search Results · repo:javascript-obfuscator/gulp-javascript-obfuscator language:JavaScript
Filter by
27 results
(115 ms)27 results
injavascript-obfuscator/gulp-javascript-obfuscator (press backspace or delete to remove)node --version v10.16.3 gulp-concat : ~2.3.3 , gulp-preprocess : ^1.2.0 , gulp-javascript-obfuscator : ^1.1.2 , The
following gulp code is used:
var preprocess = require( gulp-preprocess ),
concat = require( ...
manik-ushur
- 1
- Opened on Feb 24, 2022
- #34
This git repo does not have a license mentioned. Even Though npm page does mention license being MIT. Can you help
populate license...
Vinayak0592
- Opened on Dec 31, 2020
- #33
Hi, wondering if there is a way to add an unobfuscated comment/header text to every file after the obfuscation is
completed. This way it is done automatically and the file does not have to be edited to ...
tfrancois
- 1
- Opened on Dec 8, 2020
- #32
Summary
I get a TypeError when Jquery minified version is included in the source files yet I do see any errors without
obfuscation.
Expected Behavior
No console errors are expected after obfuscation. ...
drkNsubuga
- Opened on Jul 21, 2020
- #31
alvarotrigo
- Opened on May 26, 2020
- #30
Hi. https://github.com/javascript-obfuscator/javascript-obfuscator/issues/568
It would be nice if you add a unique identifier names prefix generation for each obfuscated file. The prefix should be
as ...
sanex3339
- Opened on Mar 5, 2020
- #29
After upgrading to Node.js version 13.6 running our Gulp task with gulp-javascript-obfuscator in it throws the following
error:
Error in plugin gulp-javascript-obfuscator Message: The number of constructor ...
cmaessen
- 5
- Opened on Jan 21, 2020
- #28
When using these options: { compact: false, identifierNamesGenerator: mangled , stringArray: true, stringArrayEncoding:
base64 }
This code:
main(); function main() { alert( Hello world! ) }
Obfuscates ...
greg00000
- 1
- Opened on Jan 8, 2020
- #27
var obj = {val:true} alert( true || (true obj.value == true)) //true alert( true || true obj.value == true)
//false becomes var obj = { val : !![] }; alert(!![] || !![] obj[ value ] == !![]); ...
greg00000
- 2
- Opened on Jan 8, 2020
- #26
Relevant gulp options below:
{
compact: true,
controlFlowFlattening: false,
deadCodeInjection: false,
debugProtection: true,
debugProtectionInterval: false,
disableConsoleOutput: true,
identifierNamesGenerator: ...
yrammos
- Opened on Dec 29, 2019
- #25

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.