Socket
Socket
Sign inDemoInstall

passport-dropbox-oauth2

Package Overview
Dependencies
5
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

4

lib/passport-dropbox-oauth2/strategy.js

@@ -5,4 +5,4 @@ /**

var util = require('util')
, OAuth2Strategy = require('../../modules/passport-oauth/lib/passport-oauth/index.js').OAuth2Strategy
, InternalOAuthError = require('../../modules/passport-oauth/lib/passport-oauth/index.js').InternalOAuthError;
, OAuth2Strategy = require('passport-oauth').OAuth2Strategy
, InternalOAuthError = require('passport-oauth').InternalOAuthError;

@@ -9,0 +9,0 @@

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

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

"dependencies": {
"pkginfo": "0.2.x"
"pkginfo": "0.2.x",
"passport-oauth": "0.1.*"
},
"engines": { "node": ">= 0.4.0" }
}
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