New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dropbox-authenticator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dropbox-authenticator - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

authenticator.js

@@ -114,6 +114,5 @@ //

token: parsed.oauth_token,
token_secret: parsed.oauth_token_secret
token_secret: parsed.oauth_token_secret,
uid: parsed.uid
};
// @TODO: Look for user id.
//console.log(parsed, credentials);

@@ -120,0 +119,0 @@ fn(undefined, credentials);

2

package.json
{ "name": "dropbox-authenticator",
"version": "0.0.1",
"version": "0.0.2",
"description": "Easily obtain OAuth credentials for the Dropbox API.",

@@ -4,0 +4,0 @@ "main": "authenticator.js",

@@ -8,3 +8,3 @@ Dropbox Authenticator

`$ npm install dropbox-authentixator`
`$ npm install dropbox-authenticator`

@@ -56,2 +56,8 @@ # Usage

Note that this fails if many users access the server simultaneously. This is
because `Authenticator` needs to store some tokens internally between each
step. I'm thinking about a fix for this. In the mean time I recommend doing
some kind of session thing and tying one instance of `Authenticator` to each
session.
# License

@@ -58,0 +64,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