Comparing version 2.3.1 to 2.4.0
@@ -30,2 +30,3 @@ (function() { | ||
this.socket = Net.connect(this.options); | ||
this.socket.setNoDelay(true); | ||
this.parser = new Parser(this.socket); | ||
@@ -32,0 +33,0 @@ this.socket.on('connect', (function(_this) { |
@@ -85,2 +85,3 @@ (function() { | ||
this.ended = false; | ||
this.socket.setNoDelay(true); | ||
this.reader = new PacketReader(this.socket).on('packet', this._handle.bind(this)).on('error', (function(_this) { | ||
@@ -87,0 +88,0 @@ return function(err) { |
{ | ||
"name": "adbkit", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "A pure Node.js client for the Android Debug Bridge.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
225304
4426