javascript-obfuscator 3.2.1 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  Change Log
2
2
 
3
+ v3.2.2
4
+ ---
5
+ * Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1039
6
+
3
7
  v3.2.1
4
8
  ---
5
9
  * Updated copyright
package/README.md CHANGED
@@ -1518,7 +1518,6 @@ The performance will be much slower than without obfuscation
1518
1518
  splitStrings: true,
1519
1519
  splitStringsChunkLength: 5,
1520
1520
  stringArray: true,
1521
- stringArray: true,
1522
1521
  stringArrayCallsTransform: true,
1523
1522
  stringArrayEncoding: ['rc4'],
1524
1523
  stringArrayIndexShift: true,