appium-uiauto
Advanced tools
Comparing version 1.10.7 to 1.10.8
{ | ||
"name": "appium-uiauto", | ||
"version": "1.10.7", | ||
"version": "1.10.8", | ||
"description": "appium uiauto ios driver", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
@@ -11,13 +11,13 @@ /* globals $, ERROR */ | ||
switch (orientation) { | ||
case UIA_DEVICE_ORIENTATION_UNKNOWN || | ||
UIA_DEVICE_ORIENTATION_FACEUP || | ||
UIA_DEVICE_ORIENTATION_FACEDOWN: | ||
case UIA_DEVICE_ORIENTATION_UNKNOWN: | ||
case UIA_DEVICE_ORIENTATION_FACEUP: | ||
case UIA_DEVICE_ORIENTATION_FACEDOWN: | ||
value = "UNKNOWN"; | ||
break; | ||
case UIA_DEVICE_ORIENTATION_PORTRAIT || | ||
UIA_DEVICE_ORIENTATION_PORTRAIT_UPSIDEDOWN: | ||
case UIA_DEVICE_ORIENTATION_PORTRAIT: | ||
case UIA_DEVICE_ORIENTATION_PORTRAIT_UPSIDEDOWN: | ||
value = "PORTRAIT"; | ||
break; | ||
case UIA_DEVICE_ORIENTATION_LANDSCAPELEFT || | ||
UIA_DEVICE_ORIENTATION_LANDSCAPERIGHT: | ||
case UIA_DEVICE_ORIENTATION_LANDSCAPELEFT: | ||
case UIA_DEVICE_ORIENTATION_LANDSCAPERIGHT: | ||
value = "LANDSCAPE"; | ||
@@ -24,0 +24,0 @@ break; |
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 17 instances in 1 package
105
13361854
158