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

macaca-android

Package Overview
Dependencies
Maintainers
6
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

macaca-android - npm Package Compare versions

Comparing version 2.0.9 to 2.0.10

7

lib/controllers.js

@@ -101,8 +101,9 @@ 'use strict';

if (keyEvent) {
/* send at last
if (arrText.length) {
yield this.proxyCommand('/wd/hub/element/:sessionId/value', 'post', {
yield this.proxyCommand('/wd/hub/session/:sessionId/element/1/value', 'post', {
value: arrText
});
arrText = [];
}
}*/
yield this.proxyCommand('/wd/hub/session/:sessionId/keys', 'post', {

@@ -116,3 +117,3 @@ value: [keyEvent]

if (arrText.length) {
yield this.proxyCommand('/wd/hub/element/:sessionId/value', 'post', {
yield this.proxyCommand('/wd/hub/session/:sessionId/element/1/value', 'post', {
value: arrText

@@ -119,0 +120,0 @@ });

{
"name": "macaca-android",
"version": "2.0.9",
"version": "2.0.10",
"description": "Macaca Android driver",

@@ -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