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.2 to 1.0.3

2

lib/uiautomator-client.js

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

const ANDROID_TMP_DIR = this.adb.getTmpDir();
yield this.adb.push(UIAUTOMATORWD.APK_BUILD_PATH, `${ANDROID_TMP_DIR}/${UIAUTOMATORWD.CLASS_NAME}`);
yield this.adb.push(UIAUTOMATORWD.APK_BUILD_PATH, `${ANDROID_TMP_DIR}/${UIAUTOMATORWD.TEST_PACKAGE}`);
yield this.adb.shell(`pm install -r "${ANDROID_TMP_DIR}/${UIAUTOMATORWD.TEST_PACKAGE}"`);

@@ -25,0 +25,0 @@ yield this.adb.shell(`am force-stop ${UIAUTOMATORWD.TEST_PACKAGE}`);

{
"name": "uiautomatorwd",
"version": "1.0.2",
"version": "1.0.3",
"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