New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koa-passport

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-passport - npm Package Compare versions

Comparing version 3.0.0-rc.3 to 3.0.0

1

CHANGELOG.md

@@ -8,2 +8,3 @@ # Changelog

- change arguments from custom authentication callbacks from `user, info, status` to `err, user, info, status` (`err` added) to be consistent with passport
- add support for `assignProperty` option (#86)

@@ -10,0 +11,0 @@ ## 2.2.2

6

package.json

@@ -7,3 +7,3 @@ {

},
"version": "3.0.0-rc.3",
"version": "3.0.0",
"description": "Passport middleware for Koa",

@@ -26,7 +26,7 @@ "keywords": [

"koa": "^2.0.0-alpha.5",
"koa-bodyparser": "^3.2",
"koa-bodyparser": "^4.0.0",
"koa-route": "^3.2",
"mocha": "^3.0",
"passport-local": "^1.0",
"supertest": "^2.0"
"supertest": "^3.0"
},

@@ -33,0 +33,0 @@ "bugs": "https://github.com/rkusa/koa-passport/issues",

@@ -9,9 +9,9 @@ # koa-passport

koa-passport version | koa version | branch | npm tag
--------------------- | ------------| ------ | -------
1.x | 1.x | v1.x | latest
2.x | 2.x | v2.x | next
3.x | 2.x | master |
koa-passport version | koa version | branch
--------------------- | ------------| ------
1.x | 1.x | v1.x
2.x | 2.x | v2.x
3.x | 2.x | master
## Migration to v`3.0.0-rc.3`
## Migration to `v3`

@@ -18,0 +18,0 @@ - change `ctx.passport.*` to `ctx.state.*` (e.g. `ctx.passport.user` to `ctx.state.user`)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc