io-ng-util
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -66,3 +66,3 @@ 'use strict'; | ||
if (this.env.user.token) { | ||
h.Authorization = this.env.user.token; | ||
h.Authorization = "Bearer " + this.env.user.token; | ||
} | ||
@@ -69,0 +69,0 @@ this.headers = new http_1.Headers(h); |
{ | ||
"name": "io-ng-util", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "Angular Base Utilities", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
59415