Socket
Socket
Sign inDemoInstall

@salutejs/storage-adapter-memory

Package Overview
Dependencies
1
Maintainers
4
Versions
235
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.41.0-canary.114.7059288817.0 to 0.41.0-canary.114.7098082065.0

2

dist/index.js

@@ -61,3 +61,3 @@ "use strict";

this.sessions[id] = session;
if (lifetime) {
if (lifetime > 0) {
this.sessions[id].expires = Date.now() + lifetime;

@@ -64,0 +64,0 @@ }

{
"name": "@salutejs/storage-adapter-memory",
"version": "0.41.0-canary.114.7059288817.0",
"version": "0.41.0-canary.114.7098082065.0",
"description": "In memory storage adapter for SaluteJS",

@@ -32,5 +32,5 @@ "author": "Salute Frontend Team <salute.developers@gmail.com>",

"dependencies": {
"@salutejs/scenario": "0.41.0-canary.114.7059288817.0"
"@salutejs/scenario": "0.41.0-canary.114.7098082065.0"
},
"gitHead": "34d2dce6aabeb685372d993397f78cec03171e36"
"gitHead": "c49a4bd3ea3ee66c84ea786106efafd0cb3a7855"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc