node-obfuscator
node-obfuscator copied to clipboard
maintainer wanted → Obfuscate your node packages because your boss says so!
Results
13
node-obfuscator issues
Sort by
recently updated
recently updated
newest added
I was wondering how you would approach running tests against the obfuscated code. For instance, while all my tests pass prior to obfuscation, after doing so it's possible I broke...
might be useful as this is a build tool
add support for: ``` js new Obfuscator() .set('foo', 'bar') .obfuscate(function (err, obfuscated) { ... }) ``` or something less stupid