appbase-js
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -64,3 +64,3 @@ "use strict"; | ||
if (this.client.credentials) { | ||
this.request.authorization = "Basic " + new Buffer(this.client.credentials).toString("base64"); | ||
this.request.authorization = "Basic " + (0, _helpers.btoa)(this.client.credentials); | ||
} | ||
@@ -67,0 +67,0 @@ |
{ | ||
"name": "appbase-js", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Appbase.io streaming client lib for Javascript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
348743