easy-obfuscator

1.0.7 • Public • Published

Easy Obfuscator

Automatically obfuscates all the js and mjs files in you project and outputs them in a new directory (public) while also copying all the other files in the orginal directory (private).

Installation

Install using npm

  npm install easy-obfuscator

Node Js

const { EasyJavaScriptObfuscator } = require("easy-obfuscator");

var easyJavaScriptObfuscator = new EasyJavaScriptObfuscator(); // default source: private, destination: public, ignores: []
easyJavaScriptObfuscator.obfuscateDirectory();

Package Sidebar

Install

npm i easy-obfuscator

Weekly Downloads

1

Version

1.0.7

License

ISC

Unpacked Size

4.7 kB

Total Files

13

Last publish

Collaborators

  • dolimight