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

appium-uiauto

Package Overview
Dependencies
Maintainers
6
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.10.3 to 1.10.6

..jshintrc.un~

2

package.json
{
"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,

})();
})();
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