appium-uiauto
Advanced tools
Comparing version 1.6.3 to 1.6.5
{ | ||
"name": "appium-uiauto", | ||
"version": "1.6.3", | ||
"version": "1.6.5", | ||
"description": "appium uiauto ios driver", | ||
@@ -33,3 +33,5 @@ "main": "lib/main.js", | ||
"appium-instruments": "~1.2.0", | ||
"underscore": "~1.6.0", | ||
"chai": "~1.9.1", | ||
"sinon-chai": "~2.5.0", | ||
"chai-as-promised": "~4.1.1", | ||
@@ -36,0 +38,0 @@ "jscs": "~1.5.3", |
@@ -23,3 +23,3 @@ /* globals $ */ | ||
*/ | ||
for (i = 0; i < newValue.length; i++) { | ||
for (var i = 0; i < newValue.length; i++) { | ||
var c = newValue.charAt(i); | ||
@@ -26,0 +26,0 @@ try { |
@@ -33,3 +33,3 @@ /* globals $ */ | ||
var numChildren = children.length; | ||
for (var i = 0; i < numChildren; i++) { | ||
for (i = 0; i < numChildren; i++) { | ||
if (onlyFirst && elems.length === 1) return elems; | ||
@@ -134,2 +134,2 @@ elems = elems.concat(getTree(children[i])); | ||
})(); | ||
})(); |
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances 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
13362272
160
3438
10
111