Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.3.1 to 0.3.2

6

lib/framework/koa.js

@@ -20,3 +20,3 @@ /**

var middleware = _initialize(passport)
return function*(next) {
return function* passportInitialize(next) {
// koa <-> connect compatibility

@@ -54,3 +54,3 @@ this.req.session = this.session

var middleware = _authenticate(passport, name, options, callback)
return function*(next) {
return function* passportAuthenticate(next) {
var ctx = this

@@ -108,2 +108,2 @@

}
}
}

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

},
"version": "0.3.1",
"version": "0.3.2",
"description": "Passport middleware for Koa",

@@ -10,0 +10,0 @@ "keywords": [

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