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
7
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.39 to 2.0.40

5

lib/controllers.js

@@ -143,3 +143,6 @@ 'use strict';

const hierarchy = xml2map.tojson(xml).hierarchy;
return JSON.stringify(hierarchy);
var res = _.filter(hierarchy.node, i => i.package !== 'com.android.systemui');
return JSON.stringify(res && res[0] || []);
};

@@ -146,0 +149,0 @@

2

package.json
{
"name": "macaca-android",
"version": "2.0.39",
"version": "2.0.40",
"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