Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

macaca-android

Package Overview
Dependencies
Maintainers
3
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 1.0.6 to 1.0.7

2

lib/macaca-android.js

@@ -121,3 +121,3 @@ /* ================================================================

var avdArr = data.filter(avd => {return /Name:/.test(avd);}).map(avd => avd = _.trim(avd.split(':')[1]));
_.exec(`${emulatorCommand} -avd ${avdArr[1]}`);
_.exec(`${emulatorCommand} -avd ${avdArr[0]}`);

@@ -124,0 +124,0 @@ var checkEmulator = () => {

{
"name": "macaca-android",
"version": "1.0.6",
"version": "1.0.7",
"description": "macaca android",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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