Manik Mittal
Manik Mittal
## Expected Behavior The code be obfuscated correctly always. ## Current Behavior The code generated by the gulp-javascript-obfuscator is inconsistent. Sometimes, the same variable is equated in Chrome stack trace...
**Describe the bug** Failing to run storybook **To Reproduce** 1. Already existing react typescript project with build craco, babel 2. This is the setting in craco.config ``` webpackConfig.module.rules.push({ test: /\.(ts|tsx)$/,...
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('gulp-concat'), javascriptobfuscator = require('gulp-javascript-obfuscator'); gulp.task('app', function() { return...
I am using this dropdown with the following settings: $(".city").dropdown(fullTextSearch: true, placeholder: "City", allowAdditions: true }); If I enter the following in the text box: alert('hello') the script is executed....