Gathering detailed insights and metrics for dropbox
Gathering detailed insights and metrics for dropbox
Gathering detailed insights and metrics for dropbox
Gathering detailed insights and metrics for dropbox
npm install dropbox
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
942 Stars
589 Commits
354 Forks
49 Watching
60 Branches
65 Contributors
Updated on 19 Nov 2024
Minified
Minified + Gzipped
JavaScript (98.93%)
Python (0.41%)
TypeScript (0.3%)
HTML (0.29%)
Shell (0.07%)
Cumulative downloads
Total Downloads
Last day
-10.2%
9,740
Compared to previous day
Last week
0.4%
54,375
Compared to previous week
Last month
14.9%
235,037
Compared to previous month
Last year
10.9%
2,677,447
Compared to previous year
1
1
32
The offical Dropbox SDK for Javascript.
Documentation can be found on GitHub Pages
Create an app via the Developer Console
Install via npm
$ npm install --save dropbox
Install from source:
$ git clone https://github.com/dropbox/dropbox-sdk-js.git
$ cd dropbox-sdk-js
$ npm install
If you are using the repository from the browser, you can use any CDNs that hosts the Dropbox package by including a script tag with the link to the package. However, we highly recommend you do not directly import the latest version and instead choose a specific version. When we update and release a breaking change, this could break production code which we hope to avoid. Note, we follow semver naming conventions which means that any major version update could contain a breaking change.
After installation, follow one of our Examples or read the Documentation.
You can also view our OAuth guide.
We provide Examples to help get you started with a lot of the basic functionality in the SDK. We provide most examples in both Javascript and Typescript with some having a Node equivalent.
OAuth
Other Examples
If you find a bug, please see CONTRIBUTING.md for information on how to report it.
If you need help that is not specific to this SDK, please reach out to Dropbox Support.
This SDK is distributed under the MIT license, please see LICENSE for more information.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
all changesets reviewed
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
81 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More