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.1.0 to 0.2.0

lib/framework/koa.js

7

package.json

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

},
"version": "0.1.0",
"version": "0.2.0",
"description": "Passport middleware for Koa",

@@ -17,4 +17,5 @@ "keywords": [

"homepage": "https://github.com/rkusa/koa-passport",
"main": "./lib",
"dependencies": {
"passport": "~0.1.18"
"passport": ">=0.2.x"
},

@@ -27,4 +28,4 @@ "bugs": "https://github.com/rkusa/koa-passport/issues",

"engines": {
"node": ">=0.8"
"node": ">=0.11.2"
}
}

@@ -1,2 +0,4 @@

# koa-passport
# koa-passport
[![NPM](https://badge.fury.io/js/koa-passport.png)](https://npmjs.org/package/koa-passport)
[![Dependency Status](https://david-dm.org/rkusa/koa-passport.png?theme=shields.io)](https://david-dm.org/rkusa/koa-passport)

@@ -8,3 +10,3 @@ [Passport](https://github.com/jaredhanson/passport) middleware for Koa

```js
// Body Parser
// Body Parser & Query
app.use(function*(next) {

@@ -26,2 +28,4 @@ this.req.body = yield /* insert your body parser here */

[Example Application](https://github.com/rkusa/koa-passport-example)
## MIT License

@@ -28,0 +32,0 @@

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