koa-generic-session
Advanced tools
Comparing version 1.1.2 to 1.1.3
1.1.3 / 2014-08-05 | ||
================== | ||
* Merge pull request #23 from mekwall/patch-1 | ||
* Fixes MemoryStore not being exported | ||
1.1.2 / 2014-07-07 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -23,4 +23,2 @@ /**! | ||
exports.MemoryStore = MemoryStore; | ||
/** | ||
@@ -301,1 +299,2 @@ * Warning message for `MemoryStore` usage in production. | ||
module.exports.MemoryStore = MemoryStore; |
@@ -5,3 +5,3 @@ { | ||
"repository": "koajs/generic-session", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"keywords": ["koa", "middleware", "session"], | ||
@@ -8,0 +8,0 @@ "author": "dead_horse <dead_horse@qq.com>", |
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
40392