Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

passport-buddy

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-buddy - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

lib/passport-buddy/index.js

10

package.json
{
"name": "passport-buddy",
"version": "1.0.4",
"version": "1.1.0",
"description": "Buddy authentication strategy for Passport.",

@@ -30,15 +30,9 @@ "keywords": [

],
"main": "./lib",
"main": "./lib/passport-buddy",
"dependencies": {
"passport-oauth2": "1.x.x"
},
"devDependencies": {
"vows": "0.8.x"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js test/**/*-test.js"
}
}

9

README.md

@@ -46,3 +46,3 @@ # Passport-Buddy

app.get('/auth/buddy',
passport.authenticate('buddy'));
passport.authenticate('buddy', {scope: ['USER_EMAIL', 'MANAGE_EMAILS']}));

@@ -56,9 +56,2 @@ app.get('/auth/buddy/callback',

## Tests
$ npm install --dev
$ make test
[![Build Status](https://secure.travis-ci.org/bylek/passport-buddy.png)](http://travis-ci.org/bylek/passport-buddy)
## Credits

@@ -65,0 +58,0 @@

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