restringer
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "restringer", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Deobfuscate Javascript with emphasis on reconstructing strings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,2 +27,3 @@ const evalInVm = require(__dirname + '/evalInVm'); | ||
!skipProperties.includes(n.property?.name || n.property?.value) && | ||
(!(n.parentKey == 'left' && n.parentNode.type === 'AssignmentExpression')) && | ||
candidateFilter(n)); | ||
@@ -29,0 +30,0 @@ |
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
604414
10387