koa-generic-session
Advanced tools
Comparing version 1.9.1 to 1.9.2
1.9.1 / 2015-08-23 | ||
1.9.2 / 2015-08-26 | ||
================== | ||
* fix: support custom cookie options | ||
1.9.1 / 2015-08-23 | ||
================== | ||
* Fix typo of 'available' | ||
@@ -6,0 +11,0 @@ |
@@ -85,5 +85,3 @@ /**! | ||
get: function() { | ||
return this.cookies.get(key, { | ||
signed: cookie.signed | ||
}); | ||
return this.cookies.get(key, cookie); | ||
}, | ||
@@ -90,0 +88,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"repository": "koajs/generic-session", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"keywords": ["koa", "middleware", "session"], | ||
@@ -8,0 +8,0 @@ "author": "dead_horse <dead_horse@qq.com>", |
Sorry, the diff of this file is not supported yet
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
51236
1271