js-deobfuscator
Advanced tools
Comparing version 1.0.18 to 1.0.19
@@ -71,3 +71,5 @@ "use strict"; | ||
for (const modification of modifications) { | ||
console.log(`[${(new Date()).toISOString()}]: Executing ${modification.constructor.name}`); | ||
if (config.verbose) { | ||
console.log(`[${(new Date()).toISOString()}]: Executing ${modification.constructor.name}`); | ||
} | ||
modification.execute(); | ||
@@ -74,0 +76,0 @@ } |
{ | ||
"name": "js-deobfuscator", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
1270057
9393