Comparing version 2.11.0 to 2.11.1
@@ -30,3 +30,3 @@ var Auth, BigInteger, Promise, forge; | ||
RE = /^((?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?)\0? (.*)\s*$/; | ||
RE = /^((?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?)\0?( .*|)\s*$/; | ||
@@ -67,3 +67,3 @@ readPublicKeyFromStruct = function(struct, comment) { | ||
struct = new Buffer(match[1], 'base64'); | ||
comment = match[2]; | ||
comment = match[2].trim(); | ||
return resolve(readPublicKeyFromStruct(struct, comment)); | ||
@@ -70,0 +70,0 @@ } else { |
{ | ||
"name": "adbkit", | ||
"version": "2.11.0", | ||
"version": "2.11.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
224304