@celastrina/http
Advanced tools
Comparing version 1.0.22-beta to 1.0.23-beta
@@ -977,6 +977,5 @@ /* | ||
return new Promise((resolve, reject) => { | ||
let auth; | ||
this._config.param.fetch(context, this._config.token) | ||
.then((token) => { | ||
if(typeof token !== "string") { | ||
.then((auth) => { | ||
if(typeof auth !== "string") { | ||
context.log("Expected JWT token but none was found.", LOG_LEVEL.LEVEL_WARN, | ||
@@ -987,3 +986,2 @@ "JwtSentry._getToken(context)"); | ||
else { | ||
auth = token; | ||
// Checking to see if we need to validate the scheme | ||
@@ -990,0 +988,0 @@ let scheme = this._config.scheme; |
{ | ||
"name": "@celastrina/http", | ||
"version": "1.0.22beta", | ||
"version": "1.0.23beta", | ||
"description": "HTTP Function Package for Celastrina", | ||
@@ -31,3 +31,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@celastrina/core": "^1.0.22beta", | ||
"@celastrina/core": "^1.0.23beta", | ||
"adal-node": "^0.2.1", | ||
@@ -34,0 +34,0 @@ "axios": "^0.19.2", |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
54642
1549
Updated@celastrina/core@^1.0.23beta