Socket
Socket
Sign inDemoInstall

twee-passport-extension

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.4

10

package.json
{
"name": "twee-passport-extension",
"preferGlobal": false,
"version": "0.0.2",
"version": "0.0.4",
"author": "Dmitri Mesin <dmitri.mesin@gmail.com>",
"homepage": "https://github.com/mesin/twee-passport-extension",
"description": "Passport Middleware Extension for Twee.io Framework - MVC Framework for Node.js based on Express.js",
"homepage": "https://github.com/tweeio/twee-passport-extension",
"description": "Passport Extension for Twee.io Framework - MVC Framework for Node.js based on Express.js",
"license": "MIT",

@@ -15,3 +15,3 @@ "dependencies": {

"type": "git",
"url": "https://github.com/mesin/twee-passport-extension.git"
"url": "https://github.com/tweeio/twee-passport-extension.git"
},

@@ -39,4 +39,4 @@ "keywords": [

"bugs": {
"url": "https://github.com/mesin/twee-passport-extension/issues"
"url": "https://github.com/tweeio/twee-passport-extension/issues"
}
}

@@ -9,3 +9,3 @@ # twee-passport-extension

Passport Middleware Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js.
Passport Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js.

@@ -17,1 +17,22 @@ To install it use this command:

```
Editing `package.json` of your application:
```
"dependencies": {
"twee-passport-extension": "*"
}
```
Turning extension `ON` in `application/configs/twee.js`:
```
module.exports = {
"extensions": {
"Passport": {
"module": "twee-passport-extension"
}
}
};
```
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc