Socket
Socket
Sign inDemoInstall

passport-dropbox-oauth2

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

modules/passport-oauth/modules/oauth/examples/express-gdata/server.js

2

modules/passport-oauth/lib/passport-oauth/strategies/oauth.js

@@ -8,3 +8,3 @@ /**

, utils = require('./utils')
, OAuth = require('oauth').OAuth
, OAuth = require('../../../modules/oauth/index.js').OAuth
, InternalOAuthError = require('../errors/internaloautherror');

@@ -11,0 +11,0 @@

@@ -8,3 +8,3 @@ /**

, utils = require('./utils')
, OAuth2 = require('oauth').OAuth2
, OAuth2 = require('../../../modules/oauth/index.js').OAuth2
, InternalOAuthError = require('../errors/internaloautherror');

@@ -11,0 +11,0 @@

@@ -30,2 +30,5 @@ {

],
"dependencies": {
"passport": "1.1.17"
},
"main": "./lib/passport-oauth",

@@ -32,0 +35,0 @@ "devDependencies": {

{
"name": "passport-dropbox-oauth2",
"version": "0.1.2",
"version": "0.1.3",
"description": "Dropbox OAuth 2.0 authentication strategy for Passport.",

@@ -5,0 +5,0 @@ "keywords": ["passport", "dropbox", "oauth2", "auth", "authentication", "identity"],

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