-
* **Electron-Builder Version**: 22.2.0
* **Node Version**: 16.15.1
* **Electron Version**: 7.1.9
* **Electron Type (current, beta, nightly)**: current
* **Target**: win por…
-
Starting from v10, node js supports using async iteration to read stream chunks:
obfuscator will corrupt code like the following
`
async function main(inputFilePath) {
const readStream…
-
```js
useEffect(() => {
if (!visible) {
return;
}
dispatch({
type: 'deal/fetchChangeInfo',
payload: {
dealId: id,
orderDate: dealPlatformList…
-
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-prepr…
-
## Expected Behavior
Upgrading from 2.x to 3.x should "just work" after updating the relevant option names
## Current Behavior
3.0.0 and all builds I've tried above that result in: `Error…
-
I use web worker in code .
build with javascript-obfuscator always throws the following error.
ReferenceError: _0x2f6739 is not defined [d4751634-7e97-4658-94bd-7288e1b9f21c:514:63](blob:http:…
-
Minify and obfuscate js
See https://javascriptobfuscator.com/Javascript-Obfuscator.aspx
See https://closure-compiler.appspot.com/home
-
With NodeJS v16.13.0 on Windows
```
$ npm run build && npx webpack --config test/config/javascript-obfuscator-loader.config.js --stats-error-details
> webpack-obfuscator@3.5.1 build
> npx tsc
…
-
TypeError raised on JavaScriptObfuscator.obfuscate
## Expected Behavior
## Current Behavior
TypeError: [].values is not a function
at _getContainerActivationsForService (/appbuild/…
-
Checklist:
- [ ] `_worker.js`
> Minify and obfuscate the code using UglifyJS and JavaScript Obfuscator respectively. Update the existing code with the minified and obfuscated version.