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

vweb-mvc

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vweb-mvc - npm Package Compare versions

Comparing version 1.0.34 to 1.0.35

2

lib/session/index.js

@@ -64,3 +64,3 @@ "use strict";

client: redisClient,
prefix: config.prefix + ":" || "session:",
prefix: "".concat(config.prefix || 'session', ":"),
ttl: options.cookie.maxAge / 1000,

@@ -67,0 +67,0 @@ logErrors: function logErrors(error) {

{
"name": "vweb-mvc",
"version": "1.0.34",
"version": "1.0.35",
"description": "mvc ",

@@ -5,0 +5,0 @@ "main": "./lib/index",

@@ -38,3 +38,3 @@ const session = require("express-session");

client: redisClient,
prefix: config.prefix + ":" || "session:",
prefix: `${config.prefix||'session'}:`,
ttl: options.cookie.maxAge / 1000,

@@ -48,2 +48,2 @@ logErrors: function (error) {

return session(options)
};
};
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