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

uiautomatorwd

Package Overview
Dependencies
Maintainers
2
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.44 to 1.0.45

8

lib/uiautomator-client.js

@@ -79,5 +79,3 @@ 'use strict';

UIAutomator.prototype.sendCommand = function*(url, method, body) {
logger.info(UIAUTOMATORWD.TEST_PACKAGE);
UIAutomator.prototype.sendCommand = function *(url, method, body) {
let isServerStillAlive = true;

@@ -91,7 +89,7 @@

// Unable to get the pid info, assume the server is still alive
logger.warn(e.stack);
logger.warn(`get pids of ${UIAUTOMATORWD.TEST_PACKAGE} failed, ignore this log`);
}
if (!isServerStillAlive) {
logger.info('WD stopped');
logger.info('restart UIAutomatorWD server');
// restart the WD server

@@ -98,0 +96,0 @@ yield this.startServer();

{
"name": "uiautomatorwd",
"version": "1.0.44",
"version": "1.0.45",
"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