New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

session-expiration-alert

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

session-expiration-alert - npm Package Compare versions

Comparing version 5.2.3 to 5.2.4

0

esm2015/session-expiration-alert.js

@@ -0,0 +0,0 @@ import { InjectionToken, Injectable, Inject, Component, Input, ChangeDetectionStrategy, NgModule } from '@angular/core';

2

package.json
{
"name": "session-expiration-alert",
"version": "5.2.3",
"version": "5.2.4",
"author": "Changhui Xu <changhuixu@hotmail.com>",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,3 +8,3 @@ # Session Expiration Alert

An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged out.
An Angular module to time session expiration. When user session idle time reaches a threshold, then pop up a modal dialog to let user choose to continue session or log out the system. When user session is expired, timer will stop and user will be logged out. A http interceptor is registered, so that session timer will restart at every http request.

@@ -89,4 +89,4 @@ Dependencies: Angular 5+, Bootstrap 4+, NgBootstrap 1+.

`startTimer` indicates if the app needs to work on session expiration check or not.
[optional] `startTimer` indicates if the app needs to work on session expiration check or not. Default: true.
`alertAt` indicates when the alert modal dialog should show up. The value means how many seconds left till session becomes expired.
[optional] `alertAt` indicates when the alert modal dialog should show up. The value means how many seconds left till session becomes expired. Default: 60 (seconds).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc