penneo-js-sdk
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -49,3 +49,3 @@ 'use strict'; | ||
if (this._auth || this._token) { | ||
if (this._token && this._auth) { | ||
headers.Authorization = this._auth; | ||
@@ -52,0 +52,0 @@ } |
{ | ||
"name": "penneo-js-sdk", | ||
"title": "Penneo - Javascript SDK", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Penneo Javascript SDK", | ||
@@ -6,0 +6,0 @@ "author": "Jesús Otero <jo@penneo.com> - http://penneo.com", |
@@ -26,3 +26,3 @@ import axios from 'axios'; | ||
if (this._auth || this._token) { | ||
if (this._token && this._auth) { | ||
headers.Authorization = this._auth; | ||
@@ -29,0 +29,0 @@ } |
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