Comparing version 2.9.0 to 2.9.1
@@ -160,6 +160,6 @@ var Auth, EventEmitter, Forge, Packet, PacketReader, Parser, Promise, Protocol, RollingCounter, Service, ServiceMap, Socket, crypto, debug, | ||
if (!this.signature) { | ||
throw new AuthError("Public key sent before signature"); | ||
throw new Socket.AuthError("Public key sent before signature"); | ||
} | ||
if (!(packet.data && packet.data.length >= 2)) { | ||
throw new AuthError("Empty RSA public key"); | ||
throw new Socket.AuthError("Empty RSA public key"); | ||
} | ||
@@ -166,0 +166,0 @@ return Auth.parsePublicKey(this._skipNull(packet.data)).then((function(_this) { |
{ | ||
"name": "adbkit", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"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
221678