node-dropbox-v2
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "node-dropbox-v2", | ||
"description": "A simple Dropbox API v2 client for node.js", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Nodefried <info@nodefried.com>", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -7,3 +7,3 @@ # Node Dropbox | ||
npm install node-dropbox --save | ||
npm install node-dropbox-v2 --save | ||
@@ -18,3 +18,3 @@ ## Usage: | ||
var node_dropbox = require('node-dropbox'); | ||
var node_dropbox = require('node-dropbox-v2'); | ||
node_dropbox.Authenticate('key', 'secret', 'redirect_url', function(err, url){ | ||
@@ -21,0 +21,0 @@ // redirect user to the url. |
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
13087