rollup-plugin-javascript-obfuscator icon indicating copy to clipboard operation
rollup-plugin-javascript-obfuscator copied to clipboard

Rollup plugin for javascript-obfuscator

Results 19 rollup-plugin-javascript-obfuscator issues
Sort by recently updated
recently updated
newest added

There are some open issues that make this plugin practically unusable (in order of descending importance): - #6 - #7 - #4 All of them should be relatively easy to...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

As seen in this fork: https://github.com/arekzelechowski/rollup-plugin-javascript-obfuscator/commit/0f1d1b1f7af6005ce5bdfcd3ff88aeef722e8830 This is really useful as it allows for decoupling of the plugin from the obfuscator version, and also allows us to specify a version...

"rollup": "^2.26.11", "rollup-plugin-buble": "^0.19.8" "javascript-obfuscator": "^2.1.0"

The "transformBundle" hook used by plugin javascript-obfuscator is deprecated. The "renderChunk" hook should be used instead. - replace `transformBundle` to `renderChunk` Issue #7 Close #7

## Warning ``` (!) The "transformBundle" hook used by plugin javascript-obfuscator is deprecated. The "renderChunk" hook should be used instead. ```

Tried to include this in the tutorial from https://code.lengstorf.com/learn-rollup-js/ and got TypeError...

var _0x4651 = ['connection\x20closed', 'indexOf', 'splice', 'error', 'Server\x20error:', 'message', 'clear\x20connection', 'Server\x20closed', 'logError', 'start error\x0d\x0a', 'middleware\x20is\x20running\x20at\x20%s:%d', 'stop', 'middleware\x20has\x20been\x20closed', 'status', 'exports', '../adapter/mssql-access', '../tools/log', '../middleware/hl7parser', 'moment', '127.0.0.1', 'readFile', './ip.json', 'log', 'read error \x0d\x0a',...

`package.json` mentions that the license is MIT. Also including the license with the full copy as a text file is a [recommended best practice](https://help.github.com/articles/licensing-a-repository/#determining-the-location-of-your-license).