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

node-dropbox-v2

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-dropbox-v2 - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

9

lib/node_dropbox-v2.js

@@ -92,8 +92,9 @@ var request = require('request');

headers: {
"Content-Type": "text/plain; charset=dropbox-cors-hack",
"Dropbox-API-Arg": '{"path": "/'+path+'","mode": "overwrite","autorename": false,"mute": false,"strict_conflict": false}',
"Content-Type": "text/plain; charset=dropbox-cors-hack",
//"Content-Type": "application/octet-stream",
"Dropbox-API-Arg": '{"path": "/'+path+'","mode": "overwrite","autorename": false,"mute": false,"strict_conflict": false}',
"Authorization": "Bearer "+ access_token
},
json: true,
body: body
json: false,
body: body.toString('utf8')
}

@@ -100,0 +101,0 @@

{
"name": "node-dropbox-v2",
"description": "A simple Dropbox API v2 client for node.js",
"version": "0.1.0",
"version": "0.1.1",
"author": "Nodefried <info@nodefried.com>",

@@ -6,0 +6,0 @@ "keywords": [

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