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

session-helper

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

session-helper - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"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 @@

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