koa-passport
Advanced tools
Comparing version 4.1.3 to 4.1.4
# Changelog | ||
## 4.1.4 | ||
- add `ip` to the Koa `ctx` delegates #157 | ||
## 4.1.3 | ||
@@ -4,0 +8,0 @@ |
@@ -51,2 +51,3 @@ // Koa and Express are fundamental different in how they deal with extensions | ||
'throw', | ||
'ip', | ||
@@ -53,0 +54,0 @@ // Others. Are not supported directly - require proper plugins/middlewares. |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Passport middleware for Koa", | ||
@@ -28,5 +28,5 @@ "keywords": [ | ||
"koa-route": "^3.2", | ||
"mocha": "^5.2.0", | ||
"mocha": "^8.3.1", | ||
"passport-local": "^1.0", | ||
"supertest": "^3.3.0" | ||
"supertest": "^6.1.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "bugs": "https://github.com/rkusa/koa-passport/issues", |
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
17033
341