Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@toruslabs/session-manager

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toruslabs/session-manager

session manager web

Source
npmnpm
Version
5.1.0
Version published
Weekly downloads
18K
-19.16%
Maintainers
5
Weekly downloads
 
Created
Source

Web Session Manager

Introduction

This helps all web SDKs to implement session management.

Installation

git clone https://github.com/torusresearch/session-manager-web.git
cd session-manager-web
npm i
npm run bootstrap

Bundling

Each sub package is distributed in 3 formats

  • lib.esm build dist/lib.esm/index.js in es6 format
  • lib.cjs build dist/lib.cjs/index.js in es5 format
  • umd build dist/sessionManager.umd.min.js in es5 format without polyfilling corejs minified

By default, the appropriate format is used for your specified usecase You can use a different format (if you know what you're doing) by referencing the correct file

The cjs build is not polyfilled with core-js. It is upto the user to polyfill based on the browserlist they target

Build

Ensure you have a Node.JS development environment setup:

npm run build

Requirements

  • This package requires a peer dependency of @babel/runtime
  • Node 20+

FAQs

Package last updated on 19 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts