Socket
Socket
Sign inDemoInstall

react-native-dropbox-sdk

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-dropbox-sdk

The Dropbox JavaScript SDK is a lightweight, promise based interface to the Dropbox v2 API that works in both nodejs and browser environments.


Version published
Weekly downloads
8
increased by300%
Maintainers
1
Weekly downloads
 
Created
Source

Dropbox JavaScript SDK for React Native

This project is a simple fork of the official Dropbox SDK for JavaScript, made to work in React Native environments. Please see the original repository for documentation and all other resources.

Installation

Simply install by running npm install react-native-dropbox-sdk --save.

Changes

Below is a list of features where this project differs from the original:

  • superagent has been removed in favour of the native fetch command.
  • Proxies are no longer supported: download/upload requests have this parameter removed.
  • Returned error objects contain only error and status properties, not response.
  • Support for global fetch override by using global.rnFetch.

License

All licenses and rights belong to Dropbox - by using this project you are inherently using their licensed work. Please refer to their original repository for more information. I take no ownership of any work provided here.

Keywords

FAQs

Package last updated on 20 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc