Socket
Socket
Sign inDemoInstall

koa-generic-session

Package Overview
Dependencies
7
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

2

lib/session.js

@@ -48,3 +48,3 @@ 'use strict';

* - [`cookie`] session cookie settings, defaulting to
* {path: '/', httpOnly: true, maxAge: null, rewrite: true, signed: true}
* {path: '/', httpOnly: true, maxAge: null, overwrite: true, signed: true}
* - [`defer`] defer get session,

@@ -51,0 +51,0 @@ * - [`rolling`] rolling session, always reset the cookie and sessions, default is false

@@ -5,3 +5,3 @@ {

"repository": "koajs/generic-session",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT",

@@ -23,4 +23,4 @@ "engines": {

"copy-to": "~2.0.1",
"crc": "~3.4.4",
"debug": "~2.6.3",
"crc": "~3.5.0",
"debug": "~3.1.0",
"parseurl": "~1.3.1",

@@ -27,0 +27,0 @@ "uid-safe": "~2.1.4"

@@ -116,3 +116,3 @@ generic-session

maxAge: 24 * 60 * 60 * 1000 //one day in ms,
rewrite: true,
overwrite: true,
signed: true

@@ -119,0 +119,0 @@ }

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