authentication-adal-pkg
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -319,3 +319,3 @@ 'use strict'; | ||
var token = authResult.idToken; | ||
if (isValtoken(token)) { | ||
if (isValidToken(token)) { | ||
var _decodeTokenPayload3 = decodeTokenPayload(token); | ||
@@ -322,0 +322,0 @@ var exp = _decodeTokenPayload3.exp; |
{ | ||
"name": "authentication-adal-pkg", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"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
66356