restringer
Advanced tools
Comparing version 1.7.1 to 1.7.2
{ | ||
"name": "restringer", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Deobfuscate Javascript with emphasis on reconstructing strings", | ||
@@ -14,4 +14,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"flast": "^1.4.0", | ||
"jsdom": "^22.1.0", | ||
"obfuscation-detector": "^1.1.0", | ||
"obfuscation-detector": "^1.1.2", | ||
"vm2": "^3.9.19" | ||
@@ -18,0 +19,0 @@ }, |
@@ -22,2 +22,3 @@ const {generateFlatAST} = require('flast'); | ||
enabled: true, | ||
looped: true, | ||
name: 'removeRedundantBlockStatements - TP-3', | ||
@@ -24,0 +25,0 @@ func: __dirname + '/../src/modules/safe/removeRedundantBlockStatements', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
664037
11964
4
+ Addedflast@^1.4.0
Updatedobfuscation-detector@^1.1.2