Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "esrap", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Parse in reverse", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -189,3 +189,3 @@ // heavily based on https://github.com/davidbonnet/astring | ||
while (node) { | ||
if (node.type[0] === 'CallExpression') { | ||
if (node.type === 'CallExpression') { | ||
return true; | ||
@@ -192,0 +192,0 @@ } else if (node.type === 'MemberExpression') { |
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
39596