appium-uiauto
Advanced tools
Comparing version 1.7.14 to 1.7.15
{ | ||
"name": "appium-uiauto", | ||
"version": "1.7.14", | ||
"version": "1.7.15", | ||
"description": "appium uiauto ios driver", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -12,2 +12,8 @@ /* globals $, env */ | ||
} | ||
// xcode6.0.1/ios71 is sometimes flaky and does not register the | ||
// first tap, so retapping | ||
if (this.hasKeyboardFocus() === 0) { | ||
$.delay(100); | ||
this.tap(); | ||
} | ||
if (isAccented(newValue)) { | ||
@@ -14,0 +20,0 @@ this.setValue(newValue); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
3648
105
13355782
155