UNPKG

ng1-activity-monitor

Version:

Fork of angular-activity-monitor. An Angular service that tracks users' DOM activity (addressing security vulnerability issue with lodash

13 lines (10 loc) 506 B
# Change Log All notable changes to this project will be documented here. ## 1.1.0 - 2016-08-23 ### Features - Added CHANGELOG.md - Added `disableOnInactive` option (default: `true`). (#10) - This allows the service to resume _after_ a user has been considered inactive. - Exposed `ActivityMonitor.enable()` and `ActivityMonitor.disable()` for manual control of service. (#10) ### Bug Fix - `DOMevents` is no longer "pre-compiled", allowing consumers to pass their own events (via options)