Socket
Socket
Sign inDemoInstall

adbkit

Package Overview
Dependencies
10
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.4.0

1

lib/adb/connection.js

@@ -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) {

2

package.json
{
"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": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc