Socket
Book a DemoInstallSign in
Socket

trivialdb-session

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trivialdb-session

TrivialDB-backed session store for Express and Connect

3.0.0
latest
Source
npmnpm
Version published
Weekly downloads
4
Maintainers
2
Weekly downloads
 
Created
Source

TrivialDB Session Store

Build Status npm Version npm GitHub issues Donate $5

TrivialDB-backed session store for Express and Connect

Usage

const session = require('express-session');
const TrivialStore = require('trivialdb-session')(session);

app.use(session({
    store: new TrivialStore({ namespace: 'some-ns', prettyPrint: true }),
    secret: 'keyboard cat'
}));

Options

Supports all the same options as TrivialDB.

FAQs

Package last updated on 14 Jul 2019

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.