javascript-obfuscator 3.2.3 → 3.2.7

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,21 @@
1
1
  Change Log
2
2
 
3
+ v3.2.7
4
+ ---
5
+ * Fixed cases when dead code is added to the inner code of `eval` expressions. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1053
6
+
7
+ v3.2.6
8
+ ---
9
+ * Improved integration between `renameProperties` and `controlFlowFlattening` options. Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1053
10
+
11
+ v3.2.5
12
+ ---
13
+ * Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1056
14
+
15
+ v3.2.4
16
+ ---
17
+ * Fixed https://github.com/javascript-obfuscator/javascript-obfuscator/issues/1052
18
+
3
19
  v3.2.3
4
20
  ---
5
21
  * Fixed missing transformation of string array calls in some cases