Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

appium-uiauto

Package Overview
Dependencies
Maintainers
2
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-uiauto - npm Package Compare versions

Comparing version 1.7.10 to 1.7.11

2

package.json
{
"name": "appium-uiauto",
"version": "1.7.10",
"version": "1.7.11",
"description": "appium uiauto ios driver",

@@ -5,0 +5,0 @@ "main": "lib/main.js",

@@ -71,3 +71,3 @@ /* globals $, ERROR */

, _swipeToHideKeyboard: function () {
, _swipeDownToHideKeyboard: function () {
$.debug("Hiding keyboard using swipe keyboard");

@@ -89,7 +89,9 @@ var startY = $.mainApp().keyboard().rect().origin.y - 10;

break;
case 'swipe':
case 'swipeDown':
$._swipeDownToHideKeyboard();
break;
case 'tapOut':
case 'tapOutside':
case 'default':
$._swipeToHideKeyboard();
$($.mainWindow()).tap();
break;

@@ -96,0 +98,0 @@ default:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc