session-helper
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "session-helper", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Session helper is a module that helps you save an expiry time to your local/session storage, be able to performs checks against it, and perform callbacks when this expiry time has been reached.", | ||
@@ -5,0 +5,0 @@ "main": "dist/SessionHelper.js", |
@@ -5,2 +5,4 @@ # Session-Helper | ||
[![npm version](https://badge.fury.io/js/session-helper.svg)](https://badge.fury.io/js/session-helper) | ||
## Usage | ||
@@ -99,3 +101,3 @@ | ||
Function to restart the timeout function, using the timeoutInMinutes configuration parameter. Underlying it's simply calling _.stopExpiryTimeout_ and _.startExpiryTimeout_: | ||
Function to restart the timeout function, using the timeoutInMinutes configuration parameter. Internally it's simply calling _.stopExpiryTimeout_ and _.startExpiryTimeout_: | ||
`SessionHelper.resetExpiryTimeout()` | ||
@@ -102,0 +104,0 @@ |
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
16057
119