You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP →

javascript-obfuscator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-obfuscator - npm Package Compare versions

Comparing version

to
0.1.2

{
"name": "javascript-obfuscator",
"version": "0.1.1",
"version": "0.1.2",
"description": "JavaScript obfuscator",

@@ -24,3 +24,4 @@ "main": "index.js",

"lite": "lite-server",
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" "
"start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
"postinstall": "tsc"
},

@@ -27,0 +28,0 @@ "author": {

#JavaScript obfuscator for Node.js
JavaScript obfuscator for Node.js and free alternative of [js-obfuscator](https://github.com/caiguanhao/js-obfuscator) without any limits.
JavaScript obfuscator for Node.js and free alternative of [js-obfuscator](https://github.com/caiguanhao/js-obfuscator) (which uses [javascriptobfuscator.com](https://javascriptobfuscator.com/Javascript-Obfuscator.aspx)) without any limits and sending data on server.
Compatible with ES6.

@@ -63,3 +63,3 @@ Tested on Angular2 bundle.

####rotateUnicodeArray
Default: `true`
Type: `boolean` Default: `true`

@@ -66,0 +66,0 @@ For more hard understanding of code, during each obfuscation all literal values are stored in array as Unicode codes sequence.

Sorry, the diff of this file is not supported yet