1.0.16 • Published 3 years ago

malta-js-obfuscator v1.0.16

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

npm version npm downloads npm downloads


This plugin can be used on: .js files and even on .coffee and .ts files after using the right plugin

The options avaialbe are all those available in the javascript-obfuscator package.
As in every malta plugin, options must be passed as shown in the sample usage below.

Sample usage:

@ malta app/source/index.js public/js -plugins=malta-js-obfuscator[compact:false,target:'browser']

or in the .json file :

"app/source/index.js" : "public/js -plugins=malta-js-obfuscator[compact:false,target:'browser']"

or in a script :

var Malta = require('malta');
Malta.get().check([
    'app/source/index.js',
    'public/js',
    '-plugins=malta-js-obfuscator[compact:false,target:\'browser\']',
    '-options=compact:false'
    ]).start(function (o) {
        var s = this;
        console.log('name : ' + o.name)
        console.log("content : \n" + o.content);
        'plugin' in o && console.log("plugin : " + o.plugin);
        console.log('=========');
    });

For more information about the options checkout the javascript-obfuscator package on npm and the related herokuapp.com page

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

4 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago