appium-uiauto
Advanced tools
Comparing version 1.10.3 to 1.10.6
{ | ||
"name": "appium-uiauto", | ||
"version": "1.10.3", | ||
"version": "1.10.6", | ||
"description": "appium uiauto ios driver", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -5,2 +5,10 @@ /* globals $ */ | ||
$._elementOrElementsByType = function (targetElement, opts) { | ||
if (!targetElement || targetElement.isNil()) { | ||
throw new Error("Target element must exist"); | ||
} | ||
return targetElement._elementOrElementsByType(opts); | ||
}; | ||
UIAElement.prototype._elementOrElementsByType = function (opts) { | ||
@@ -211,2 +219,2 @@ var typeArray = opts.typeArray, | ||
})(); | ||
})(); |
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 17 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
13589949
175
3830
121