penneo-js-sdk
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -44,3 +44,3 @@ 'use strict'; | ||
if (this._authorization) { | ||
if (this._auth) { | ||
headers.Authorization = this._auth; | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "penneo-js-sdk", | ||
"title": "Penneo - Javascript SDK", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Penneo Javascript SDK", | ||
@@ -6,0 +6,0 @@ "author": "Jesús Otero <jo@penneo.com> - http://penneo.com", |
@@ -22,3 +22,3 @@ import axios from 'axios'; | ||
if (this._authorization) { | ||
if (this._auth) { | ||
headers.Authorization = this._auth; | ||
@@ -25,0 +25,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
34135