🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@seges/angular-authentication-service

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seges/angular-authentication-service - npm Package Compare versions

Comparing version
3.0.4
to
3.1.0
+1
-1
package.json
{
"name": "@seges/angular-authentication-service",
"version": "3.0.4",
"version": "3.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.ts",

@@ -122,3 +122,5 @@ import * as angular from "angular";

this.clearAuthentication();
this.$window.location.href = this.logoutUrl;
setTimeout(() => {
this.$window.location.href = this.logoutUrl;
}, 50);
}

@@ -125,0 +127,0 @@ }