koa-session-ioredis
Advanced tools
Comparing version 1.0.5 to 2.0.0
@@ -20,2 +20,3 @@ /**! | ||
var util = require('util'); | ||
var wrap = require('co-wrap-all'); | ||
@@ -139,2 +140,4 @@ /** | ||
wrap(RedisStore.prototype); | ||
RedisStore.prototype.end = RedisStore.prototype.quit; // End connection SAFELY. The real end() command should never be used, as it cuts off to queue. |
@@ -9,3 +9,3 @@ { | ||
"homepage": "https://github.com/ortoo/koa-ioredis", | ||
"version": "1.0.5", | ||
"version": "2.0.0", | ||
"main": "index.js", | ||
@@ -26,2 +26,3 @@ "scripts": { | ||
"dependencies": { | ||
"co-wrap-all": "^1.0.0", | ||
"debug": "~2.2.0" | ||
@@ -28,0 +29,0 @@ }, |
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
14705
127
3
6
+ Addedco-wrap-all@^1.0.0
+ Addedco@4.6.0(transitive)
+ Addedco-wrap-all@1.0.0(transitive)