koa-passport
Advanced tools
Comparing version 4.1.1 to 4.1.2
# Changelog | ||
## 4.1.2 | ||
- add `set` to `req` to imporve compatibility with more passport strategies #128 | ||
## 4.1.1 | ||
@@ -4,0 +8,0 @@ |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Passport middleware for Koa", | ||
@@ -24,9 +24,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"chai": "^4.1", | ||
"koa": "^2.3.0", | ||
"koa-bodyparser": "^4.2.0", | ||
"chai": "^4.2.0", | ||
"koa": "^2.6.2", | ||
"koa-bodyparser": "^4.2.1", | ||
"koa-route": "^3.2", | ||
"mocha": "^5.1.1", | ||
"mocha": "^5.2.0", | ||
"passport-local": "^1.0", | ||
"supertest": "^3.0" | ||
"supertest": "^3.3.0" | ||
}, | ||
@@ -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
16939