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

node-titanium-sdk

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-titanium-sdk - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

6

lib/adb.js

@@ -181,4 +181,4 @@ /**

} else if (this.opts.waitForResponse) {
DEBUG && console.log('[' + this.connNum + '] DONE, SETTING STATE TO WAIT_FOR_RESPONSE');
this.state = WAIT_FOR_RESPONSE;
DEBUG && console.log('[' + this.connNum + '] DONE, SETTING STATE TO WAIT_FOR_NEW_DATA');
this.state = WAIT_FOR_NEW_DATA;
} else {

@@ -433,3 +433,3 @@ DEBUG && console.log('[' + this.connNum + '] DONE, SETTING STATE TO DO_NOTHING');

parseDevices(this, callback, err, data);
}.bind(this));
}.bind(this), { waitForResponse: true });
};

@@ -436,0 +436,0 @@

@@ -9,3 +9,3 @@ {

],
"version": "0.4.4",
"version": "0.4.5",
"author": {

@@ -12,0 +12,0 @@ "name": "Appcelerator, Inc.",

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