koa-passport
Advanced tools
Comparing version 4.0.0 to 4.0.1
# Changelog | ||
## 4.0.1 | ||
- add `params` to `req` #110 | ||
## 4.0.0 | ||
@@ -4,0 +8,0 @@ |
@@ -53,2 +53,3 @@ // Koa and Express are fundamental different in how they deal with extensions | ||
'param', | ||
'params', | ||
'route', | ||
@@ -164,2 +165,2 @@ 'xhr', | ||
return req | ||
} | ||
} |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Passport middleware for Koa", | ||
@@ -10,0 +10,0 @@ "keywords": [ |
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
16605
335