Skip to content

Commit

Permalink
1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelXF committed May 17, 2023
1 parent eb05922 commit a045dc1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# `1.5.8`
Several fixes

- Fixed [#46](https://github.com/MichaelXF/js-confuser/issues/46)
- - Updated the validation on `lock` options

- Fixed [#68](https://github.com/MichaelXF/js-confuser/issues/68)
- - Name Recycling fixed to not break certain function declarations

- Fixed [#69](https://github.com/MichaelXF/js-confuser/issues/69), [#70](https://github.com/MichaelXF/js-confuser/issues/70) and [#71](https://github.com/MichaelXF/js-confuser/issues/71)
- - Import statements to be properly handled

- Slight improvements to String Concealing

# `1.5.7`
Countermeasures function fixes

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-confuser",
"version": "1.5.7",
"version": "1.5.8",
"description": "JavaScript Obfuscation Tool.",
"main": "dist/index.js",
"types": "index.d.ts",
Expand All @@ -22,7 +22,7 @@
"author": "MichaelXF",
"license": "MIT",
"dependencies": {
"acorn": "^8.7.0",
"acorn": "^8.8.2",
"escodegen": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit a045dc1

Please sign in to comment.