session-expiration-alert
Version:
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 o
40 lines • 1.11 kB
JSON
{
"name": "session-expiration-alert",
"version": "19.0.1",
"author": "Changhui Xu <changhuixu@hotmail.com>",
"keywords": [
"Angular",
"session",
"timer",
"time out",
"expire",
"alert",
"expiration"
],
"repository": {
"type": "git",
"url": "https://github.com/changhuixu/session-expiration-alert.git"
},
"description": "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.",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0",
"rxjs": ">=6.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/session-expiration-alert.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/session-expiration-alert.mjs"
}
}
}