Skip to content

Commit

Permalink
Update flAST to 1.5.2 to Support Comments and Improved Node Removal (#9)
Browse files Browse the repository at this point in the history
* Update dependencies

* 1.1.6
  • Loading branch information
ctrl-escp authored Sep 10, 2023
1 parent 1647b07 commit 8f59816
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 97 deletions.
134 changes: 40 additions & 94 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obfuscation-detector",
"version": "1.1.5",
"version": "1.1.6",
"description": "Javascript obfuscation detector",
"main": "src/index.js",
"directories": {
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"homepage": "https://github.com/PerimeterX/obfuscation-detector#readme",
"devDependencies": {
"eslint": "^8.45.0",
"eslint": "^8.49.0",
"husky": "^8.0.1"
},
"dependencies": {
"flast": "^1.5.0"
"flast": "^1.5.2"
}
}

0 comments on commit 8f59816

Please sign in to comment.