Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dropbox-apix

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dropbox-apix - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

48

package.json
{
"name": "dropbox-apix",
"version": "0.0.3",
"description": "Dropbox API wrapper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dropbox",
"dropbox-api",
"dropbox-wrapper",
"meteor",
"meteor-api",
"webstorage",
"storage"
],
"author": "Milan Romic",
"license": "MIT",
"dependencies": {
"url-parse": "^1.4.3",
"xmlhttprequest": "^1.8.0"
}
"name": "dropbox-apix",
"version": "0.0.5",
"description": "Dropbox API wrapper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dropbox",
"dropbox-api",
"dropbox-wrapper",
"meteor",
"meteor-api",
"webstorage",
"storage"
],
"author": "Milan Romic",
"license": "MIT",
"dependencies": {
"url-parse": "^1.4.3",
"xmlhttprequest": "^1.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/milanromic/dropbox-apix.git"
}
}
# Dropbox API wrapper
Dropbox-APIx is [Dropbox](https://www.dropbox.com/) API wrapper with simple upload and share options . It should be used in applications on server side for easy upload on Dropbox and automatic share it. Using this wrapper in MeteorJS framework is also supported.
Dropbox-APIx is [Dropbox](https://www.dropbox.com/) API wrapper with simple upload and share options. It should be used in applications on server side for easy upload on Dropbox and automatic share it. Using this wrapper in MeteorJS framework is also supported.

@@ -5,0 +5,0 @@ A simple explanation will be: Call upload method with some parameters and content of a file, it will upload a file and return shared link which could be stored somewhere (in database). For detailed explanation, please read bellow.

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