bn-ng-idle
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -12,3 +12,3 @@ import { Observable, Subject } from 'rxjs'; | ||
private startTimer; | ||
resetTimer(): void; | ||
resetTimer(timeOutSeconds?: number): void; | ||
stopTimer(): void; | ||
@@ -15,0 +15,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<BnNgIdleService, never>; |
{ | ||
"name": "bn-ng-idle", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"peerDependencies": { | ||
@@ -13,3 +13,3 @@ "@angular/common": ">=10.0.0", | ||
"Angular user idle detect", | ||
"Angular 13 user idle detect", | ||
"Angular 16 user idle detect", | ||
"Angular 12 user idle detect", | ||
@@ -16,0 +16,0 @@ "Ng session timeout", |
@@ -17,3 +17,3 @@ ## DESCRIPTION | ||
1. **startWatching(timeOutSeconds)** - This method is used to initiate the idle detector in angular. `timeoutSeconds` is a parameter, number of seconds to emit the idle event. This method returns an observable which you can subscribe to detect the idleness of the user. | ||
2. **resetTimer()** - This method is used to reset the timer | ||
2. **resetTimer(timeOutSeconds?)** - This method is used to reset the timer. You can also change the timer using optional parameter. | ||
3. **stopTimer()** - This method is used to stop the idle detector. | ||
@@ -20,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31404
225
0