-
Simply as the title says. I'm calling the require() function in my code and the error "Uncaught reference error: require is not define" is being displayed in the console.
Does anyone know what could …
-
I have an angular application which I build and get javascript files. Now I am applying obfuscation on one of the javascript files and running it with the following options :
controlF…
-
![image](https://user-images.githubusercontent.com/12471057/86239184-067e9100-bbc9-11ea-89ce-a63632a0ab67.png)
Steps to Reproduce:
1. after 30 minutes when I started vscode, ts/js no…
-
with latest version of node js (13.5) grunt-contrib-obfuscator raises the following error :
Error: The number of constructor arguments in the derived class t must be >= than the number of construct…
-
JavaScript-obfuscator is now on 0.17.x , while your package.JSON is at ^0.10.0.
Please update it to "latest" so it remains up-to-date.
ghost updated
4 years ago
-
I have tried the option
obfuscator: {
options: {
banner: '//obfuscated with grunt-contrib-obfuscator.\n'
},
files: [
'src/*.js'
…
-
Hello,
I tryed to use gulp instead of grunt on a fresh installed project but it is not working.
nodejs version v0.12.0
npm version 2.5.1
I saw that they were some changes on gulp files recently and…
-
Hi,
I've just learned about adamant today. It is awesome.
I'm looking forward running a node, what specs would you recomend ?
-
Hi,
I just built a project in order to reproduce this error.
Once unpacked, simply do:
- npm install
- grunt build:prod
Cheers,
Serge.
-
Hi,
I obfuscated my whole NodeJS project with you Grunt task and when I want to run it I got this syntax error.
> SyntaxError: Unexpected identifier
at Object.exports.runInThisContext (vm.j…