angular-oauth2-oidc
Advanced tools
Comparing version 2.0.13 to 2.0.14
@@ -320,3 +320,3 @@ (function (global, factory) { | ||
var _this = this; | ||
if (!window) { | ||
if (typeof window === 'undefined') { | ||
this.debug('timer not supported on this plattform'); | ||
@@ -323,0 +323,0 @@ return; |
@@ -329,3 +329,3 @@ import { Injectable, NgModule } from '@angular/core'; | ||
var _this = this; | ||
if (!window) { | ||
if (typeof window === 'undefined') { | ||
this.debug('timer not supported on this plattform'); | ||
@@ -332,0 +332,0 @@ return; |
{ | ||
"name": "angular-oauth2-oidc", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
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
162637