File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ # ` 1.7.1 `
2
+ Updates
3
+
4
+ - Fixed [ #107 ] ( https://github.com/MichaelXF/js-confuser/issues/107 )
5
+ - - RGF and Integrity clash issue fixed
6
+
7
+ - Fixed [ #106 ] ( https://github.com/MichaelXF/js-confuser/issues/106 )
8
+ - - Object Extraction to properly handle ` const ` objects
9
+
10
+ - Fixed [ #105 ] ( https://github.com/MichaelXF/js-confuser/issues/105 )
11
+ - - Duplicate Literals Removal updated to not cause this error
12
+
13
+ - Fixed [ #103 ] ( https://github.com/MichaelXF/js-confuser/issues/103 )
14
+ - - Dispatcher will no longer apply to these types of functions to prevent this error
15
+
16
+ - Added documentation page for [ ES5] ( https://github.com/MichaelXF/js-confuser/blob/master/docs/ES5.md )
17
+
18
+ - Rollup Plugin created: https://github.com/ayecue/rollup-js-confuser (Thanks @ayecue !)
19
+
1
20
# ` 1.7.0 `
2
21
Updates
3
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-confuser" ,
3
- "version" : " 1.7.0 " ,
3
+ "version" : " 1.7.1 " ,
4
4
"description" : " JavaScript Obfuscation Tool." ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " index.d.ts" ,
22
22
"author" : " MichaelXF" ,
23
23
"license" : " MIT" ,
24
24
"dependencies" : {
25
- "acorn" : " ^8.8.2 " ,
25
+ "acorn" : " ^8.10.0 " ,
26
26
"escodegen" : " ^2.0.0"
27
27
},
28
28
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments