authentication-adal-pkg
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -310,3 +310,3 @@ 'use strict'; | ||
if(!isValidToken(token)){ | ||
return null; | ||
return ''; | ||
} | ||
@@ -313,0 +313,0 @@ return token; |
{ | ||
"name": "authentication-adal-pkg", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "An authentication SDK based on MS ADAL ", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
54399