codestop-js-proof
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -35,2 +35,5 @@ "use strict"; | ||
} | ||
else if (node['type'] == 'MemberExpression' && _.has(node, 'object') && _.has(node['object'], 'callee') && node['object']['callee']['type'] == 'MemberExpression') { | ||
nodes.push(node['object']); | ||
} | ||
} | ||
@@ -37,0 +40,0 @@ if (_.has(node, subNode) && (node[subNode] instanceof Array || node[subNode] instanceof Object)) { |
{ | ||
"name": "codestop-js-proof", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "## Usage", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -43,2 +43,5 @@ import * as _ from 'lodash'; | ||
} | ||
else if (node['type'] == 'MemberExpression' && _.has(node, 'object') && _.has(node['object'], 'callee') && node['object']['callee']['type'] == 'MemberExpression') { | ||
nodes.push(node['object']); | ||
} | ||
} | ||
@@ -45,0 +48,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
134667
3996