Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bn-ng-idle

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bn-ng-idle - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

lib/bn-ng-idle.service.d.ts

@@ -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

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