netlify-plugin-js-obfuscator
Advanced tools
Comparing version
{ | ||
"name": "netlify-plugin-js-obfuscator", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "JavaScript Obfuscator for your sites hosted on netlify, which provide protection for your source code.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,11 +29,11 @@ # netlify-plugin-js-obfuscator | ||
# Compact code output on one line. | ||
compact : false | ||
compact: false | ||
# Enables numbers conversion to expressions | ||
numbersToExpressions : true | ||
numbersToExpressions: true | ||
# Enables additional code obfuscation through simplification. | ||
simplify : true | ||
# Randomly shuffles the stringArray array items | ||
shuffleStringArray : true | ||
shuffleStringArray: true | ||
# Splits literal strings into chunks with length of splitStringsChunkLength option value | ||
splitStrings : true | ||
splitStrings: true | ||
``` | ||
@@ -40,0 +40,0 @@ |
6816
0.06%