Socket
Socket
Sign inDemoInstall

adbkit

Package Overview
Dependencies
66
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

8

lib/adb/client.js

@@ -274,6 +274,6 @@ (function() {

return this.transport(serial).then(function(transport) {
return new LogcatCommand(transport).execute(function(stream) {
return Logcat.readStream(stream, {
fixLineFeeds: false
});
return new LogcatCommand(transport).execute();
}).then(function(stream) {
return Logcat.readStream(stream, {
fixLineFeeds: false
});

@@ -280,0 +280,0 @@ }).nodeify(callback);

{
"name": "adbkit",
"version": "2.0.0",
"version": "2.0.1",
"description": "A pure Node.js client for the Android Debug Bridge.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc