Comparing version 2.8.1 to 2.8.2
@@ -189,3 +189,3 @@ 'use strict'; | ||
this.queue[correlationId].resolve(data.slice(4, length + 4)); | ||
this.queue[correlationId].resolve(new Buffer(data.slice(4, length + 4))); | ||
delete this.queue[correlationId]; | ||
@@ -192,0 +192,0 @@ |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "2.8.1", | ||
"version": "2.8.2", | ||
"main": "./lib/index.js", | ||
@@ -12,0 +12,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
249099