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

hmpo-app

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hmpo-app - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

test/unit/middleware/spec.session.session-store.js

6

middleware/session.js

@@ -8,3 +8,4 @@ const expressSession = require('express-session');

ttl = 30000,
sessionStore
sessionStore,
cookieOptions = {}
} = {}) => {

@@ -22,3 +23,4 @@ if (!sessionStore) {

cookie: {
secure: 'auto'
secure: 'auto',
...cookieOptions
},

@@ -25,0 +27,0 @@ key: cookieName,

{
"name": "hmpo-app",
"version": "2.1.0",
"version": "2.2.0",
"description": "Bootstrap middleware and templating",

@@ -47,3 +47,3 @@ "author": "HMPO",

"hmpo-i18n": "^5.0.1",
"hmpo-logger": "^6.0.0",
"hmpo-logger": "^6.1.0",
"hmpo-node-standards": "^1.11.2",

@@ -50,0 +50,0 @@ "husky": "^2.7.0",

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