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

uiautomatorwd

Package Overview
Dependencies
Maintainers
3
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.56 to 1.0.57

4

lib/uiautomator-client.js

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

return new Promise(resolve => {
let permissionPattern = this.permissionPattern ? `-e permissionPattern ${this.permissionPatterns}` : '';
let args = `shell am instrument -w -r ${permissionPattern} -e port ${this.proxyPort} -e class ${UIAUTOMATORWD.PACKAGE_NAME} ${UIAUTOMATORWD.TEST_PACKAGE}.test/${UIAUTOMATORWD.RUNNER_CLASS}`.split(' ');
let permissionPatterns = this.permissionPatterns ? `-e permissionPattern ${this.permissionPatterns}` : '';
let args = `shell am instrument -w -r ${permissionPatterns} -e port ${this.proxyPort} -e class ${UIAUTOMATORWD.PACKAGE_NAME} ${UIAUTOMATORWD.TEST_PACKAGE}.test/${UIAUTOMATORWD.RUNNER_CLASS}`.split(' ');

@@ -85,0 +85,0 @@ var proc = this.adb.spawn(args, {

{
"name": "uiautomatorwd",
"version": "1.0.56",
"version": "1.0.57",
"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