ackee-http-client
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "ackee-http-client", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -115,8 +115,8 @@ # ackee-http-client | ||
{ | ||
// If `managaAuthHeader` is true, then when access token state changes, | ||
// If `manageAuthHeader` is true, then when access token state changes, | ||
// the `setAuthHeader` is triggered. | ||
// If it's false, `setAuthHeader` won't be ever triggered. | ||
managaAuthHeader: true, | ||
manageAuthHeader: true, | ||
// If `managaAuthHeader` is enabled, `setAuthHeader` receives object with default headers, | ||
// If `manageAuthHeader` is enabled, `setAuthHeader` receives object with default headers, | ||
// when access token state changes. | ||
@@ -123,0 +123,0 @@ /** |
Sorry, the diff of this file is too big to display
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
764365
3354