dropbox-apix
Advanced tools
Comparing version 0.0.3 to 0.0.5
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
15293
0