New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uiautomatorwd

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uiautomatorwd - npm Package Compare versions

Comparing version 1.0.36 to 1.0.37

2

lib/proxy.js

@@ -67,3 +67,3 @@ 'use strict';

logger.debug(`UIAutomatorWD client proxy received no data.`);
return _reject('No data received from wda.');
return _reject('No data received from UIAutomatorWD Server.');
}

@@ -70,0 +70,0 @@

@@ -21,4 +21,4 @@ 'use strict';

this.adb = adb;
this.proxyPort = yield detectPort(this.proxyPort);
this.initProxy();
this.proxyPort = yield detectPort(this.proxyPort);
yield this.adb.forward(this.proxyPort, this.proxyPort);

@@ -25,0 +25,0 @@ const ANDROID_TMP_DIR = this.adb.getTmpDir();

{
"name": "uiautomatorwd",
"version": "1.0.36",
"version": "1.0.37",
"description": "Node.js wrapper for UIAutomator2",

@@ -5,0 +5,0 @@ "keywords": [

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