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
8
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.46 to 2.0.47

11

lib/macaca-android.js

@@ -314,2 +314,3 @@ 'use strict';

} catch (error) {
console.log(error);
logger.info('No webview version found from adb shell!');

@@ -324,3 +325,3 @@ webviewVersion = null;

} else {
yield this.initChromeDriver({});
return [];
}

@@ -337,4 +338,8 @@ } catch (error) {

const result = yield this.proxy.sendCommand('/wd/hub/session/:sessionId/window_handles', 'GET', {});
webviews = _.parseWebDriverResult(result);
try {
const result = yield this.proxy.sendCommand('/wd/hub/session/:sessionId/window_handles', 'GET', {});
webviews = _.parseWebDriverResult(result);
} catch (e) {
console.log(e);
}

@@ -341,0 +346,0 @@ return webviews;

{
"name": "macaca-android",
"version": "2.0.46",
"version": "2.0.47",
"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