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

@salutejs/storage-adapter-memory

Package Overview
Dependencies
Maintainers
4
Versions
242
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salutejs/storage-adapter-memory - npm Package Compare versions

Comparing version 1.0.1-canary.118.7208358739.0 to 1.0.1-canary.118.7208386349.0

2

dist/index.js

@@ -45,3 +45,2 @@ "use strict";

this.lifetime = lifetime;
setInterval(this.validate.bind(this), 60000);
}

@@ -51,2 +50,3 @@ SaluteMemoryStorage.prototype.resolve = function (id) {

return __generator(this, function (_a) {
this.validate();
return [2 /*return*/, Promise.resolve(this.sessions[id] || {

@@ -53,0 +53,0 @@ path: [],

{
"name": "@salutejs/storage-adapter-memory",
"version": "1.0.1-canary.118.7208358739.0",
"version": "1.0.1-canary.118.7208386349.0",
"description": "In memory storage adapter for SaluteJS",

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

"dependencies": {
"@salutejs/scenario": "1.0.1-canary.118.7208358739.0"
"@salutejs/scenario": "1.0.1-canary.118.7208386349.0"
},
"gitHead": "a92ffcf01de134233af12ae98931f373d66b0e4a"
"gitHead": "37e1b28b2beb64307672d604d7c7d8e3ebc7131d"
}

Sorry, the diff of this file is not supported yet

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