-
The solution would be in `package.json` to increase:
```
"inquirer": ">=7.0.0",
```
and
```
"version": "1.0.5",
```
The problem occurs for example when twice dependent doing an `npm inst…
-
I getting the error only with `awesome-typescript-loader` and only in one file:
```
Can't resolve '../types/TSourceMapMode'
```
With `ts-loader` and raw typescript everything is ok.
Typescript@2.0.…
-
Implement @doctor8296's trick to detect tampering to the global object. Securing the global object is a great protection for fighting against monkey patching.
```js
let check = false;
eval("check…
-
Hello!
First of all I want to say that this tool is great. Previously I was using only javascript-obfsucator, but it was extremily easy to deobfuscated and debug. Some people even did whole deobfusca…
-
When integrating Sentry into a React Native project alongside javascript-obfuscator, there appears to be a conflict in the Metro configuration settings. This leads to inaccurate source map line number…
-
## 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 …
-
in NestJS, when I start app app in production mode (so by using obfuscated js file), it logs class names as _0x.....
Examples:
- PrimaryDbContextModule -> _0x23db20
- AppModule -> _…
-
CSS ~tailwind darkMode~ sometimes missing with Obfuscator and rollup plugin, when CSS is imported in the JS. Repeated builds of the same code trigger the issue or not.
## Expected Behavior
…
-
javascript-obfuscator version: 4.0.0
`stringArray: true` will cause this error, ` UnhandledPromiseRejectionWarning: Error: Evaluation failed: ReferenceError: _0xa28d is not defined`
### config:…
-
## Expected Behavior
Obfuscated the code.
## Current Behavior
Fails with:
```
Unexpected token (186:34)
> ...port(configPath, { assert: { t...
```
for the code:
```
config = aw…