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.6.3 to 1.6.5

uiauto/lib/element-patch/.helper-patch.js.un~

4

package.json
{
"name": "appium-uiauto",
"version": "1.6.3",
"version": "1.6.5",
"description": "appium uiauto ios driver",

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

"appium-instruments": "~1.2.0",
"underscore": "~1.6.0",
"chai": "~1.9.1",
"sinon-chai": "~2.5.0",
"chai-as-promised": "~4.1.1",

@@ -36,0 +38,0 @@ "jscs": "~1.5.3",

@@ -23,3 +23,3 @@ /* globals $ */

*/
for (i = 0; i < newValue.length; i++) {
for (var i = 0; i < newValue.length; i++) {
var c = newValue.charAt(i);

@@ -26,0 +26,0 @@ try {

@@ -33,3 +33,3 @@ /* globals $ */

var numChildren = children.length;
for (var i = 0; i < numChildren; i++) {
for (i = 0; i < numChildren; i++) {
if (onlyFirst && elems.length === 1) return elems;

@@ -134,2 +134,2 @@ elems = elems.concat(getTree(children[i]));

})();
})();

Sorry, the diff of this file is not supported yet

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