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.0.0 to 1.0.1

3

lib/framework/request.js

@@ -95,3 +95,4 @@ // Koa and Express are fundamental different in how they deal with extensions

'session',
'body'
'body',
'flash'
]

@@ -98,0 +99,0 @@

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

},
"version": "1.0.0",
"version": "1.0.1",
"description": "Passport middleware for Koa",

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

@@ -28,4 +28,2 @@ # koa-passport

Note: You have to start your Koa application with `node --harmony app.js` or `node --harmony-generators --harmony-proxies app.js` (enable both `generators` and `proxies`).
## MIT License

@@ -32,0 +30,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