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

androidctrl

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

androidctrl - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

android.js

@@ -247,3 +247,3 @@ 'use strict';

unlock: function(emulatorId) {
verbose('unlock(' + emulatorId + ')');
verbose('unlock(', emulatorId, ')');
return this.inputKeyEvent(emulatorId, '82');

@@ -250,0 +250,0 @@ },

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

.then(function(device) {
console.log(device.id);
return device.id;

@@ -10,0 +11,0 @@ })

{
"name": "androidctrl",
"version": "1.2.1",
"version": "1.2.2",
"description": "Node module for managing and controlling the Android Emulator",

@@ -5,0 +5,0 @@ "main": "android.js",

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