Comparing version 1.0.17 to 1.0.18
@@ -59,3 +59,3 @@ "use strict"; | ||
db: database, | ||
prefix: "session" | ||
prefix: config.prefix || "session:" | ||
}); | ||
@@ -62,0 +62,0 @@ options.store = new RedisStore(_objectSpread({ |
{ | ||
"name": "vweb-mvc", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "mvc ", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62064