Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@toruslabs/base-session-manager
Advanced tools
[![npm version](https://badge.fury.io/js/%40toruslabs%2Fbase-session-manager.svg)](https://badge.fury.io/js/%40toruslabs%2Fbase-session-manager) ![npm](https://img.shields.io/npm/dw/@toruslabs/base-session-manager)
This utility library serves defines the interfaces required for session manager implementations. It also provides a base class that can be extended to implement a session manager.
Promises
This module is distributed in 3 formats
esm
build dist/baseSessionManager.esm.js
in es6 formatcommonjs
build dist/baseSessionManager.cjs.js
in es5 formatumd
build dist/baseSessionManager.umd.min.js
in es5 format without polyfilling corejs minifiedBy default, the appropriate format is used for your specified usecase You can use a different format (if you know what you're doing eg. node) 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
CDN's serve the non-core-js polyfilled version by default. You can use a different
jsdeliver
<script src="https://cdn.jsdelivr.net/npm/@toruslabs/base-session-manager"></script>
unpkg
<script src="https://unpkg.com/@toruslabs/base-session-manager"></script>
Add @toruslabs/base-session-manager
to your project:
@babel/runtime
FAQs
[![npm version](https://badge.fury.io/js/%40toruslabs%2Fbase-session-manager.svg)](https://badge.fury.io/js/%40toruslabs%2Fbase-session-manager) ![npm](https://img.shields.io/npm/dw/@toruslabs/base-session-manager)
The npm package @toruslabs/base-session-manager receives a total of 7,976 weekly downloads. As such, @toruslabs/base-session-manager popularity was classified as popular.
We found that @toruslabs/base-session-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.