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 1.1.3 to 1.1.4

4

lib/framework/koa.js

@@ -85,4 +85,4 @@ /**

var _callback = callback
callback = co(function*(err, user, info) {
yield _callback(err, user, info)
callback = co(function*(err, user, info, status) {
yield _callback(err, user, info, status)
callback.done(null, false)

@@ -89,0 +89,0 @@ })

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

},
"version": "1.1.3",
"version": "1.1.4",
"description": "Passport middleware for Koa",

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

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