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

orator-session

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orator-session - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

package.json
{
"name": "orator-session",
"version": "1.0.16",
"version": "1.0.17",
"description": "Session state and authentication manager for Orator Restful web API server.",

@@ -5,0 +5,0 @@ "main": "source/Orator-Session.js",

@@ -23,5 +23,5 @@ /**

_Settings.SessionTempTokenTimeout = 60;
if (!_Settings.SessionStrategy && //TODO: improve this settings fallback
_Settings.SessionStrategy !== 'Memcached' &&
_Settings.SessionStrategy !== 'InMemory')
if (!_Settings.SessionStrategy || //TODO: improve this settings fallback
(_Settings.SessionStrategy !== 'Memcached' &&
_Settings.SessionStrategy !== 'InMemory'))
_Settings.SessionStrategy = 'Memcached';

@@ -28,0 +28,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