client-oauth2
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -473,3 +473,3 @@ /* global define */ | ||
if (this.expires) { | ||
return Date.now() < this.expires.getTime() | ||
return Date.now() > this.expires.getTime() | ||
} | ||
@@ -476,0 +476,0 @@ |
{ | ||
"name": "client-oauth2", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Straight-forward library for executing OAuth 2.0 flows and making API requests.", | ||
@@ -5,0 +5,0 @@ "main": "client-oauth2.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