obfuscation-detector
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "obfuscation-detector", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Javascript obfuscation detector", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -21,3 +21,3 @@ // noinspection JSValidateJSDoc | ||
r.parentNode.type === 'MemberExpression' && | ||
r.parentNode.object.nodeId === r.nodeId).length === n.id.references.length) | ||
r.parentKey === 'object').length === n.id.references.length) | ||
.length ? obfuscationName : ''; | ||
@@ -24,0 +24,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
279854