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.0.8 to 0.0.9

2

lib/node_dropbox.js

@@ -94,3 +94,3 @@ var request = require('request');

"Content-Type": "application/octet-stream",
"Dropbox-API-Arg": "{\"path\": \""+path+"\",\"mode\": \"add\",\"autorename\": true,\"mute\": false,\"strict_conflict\": false}" ,
"Dropbox-API-Arg": '{"path": "'+path+'","mode": "add","autorename": true,"mute": false,"strict_conflict": false}',
"Authorization": "Bearer " + access_token

@@ -97,0 +97,0 @@ },

{
"name": "node-dropbox-v2",
"description": "A simple Dropbox API v2 client for node.js",
"version": "0.0.8",
"version": "0.0.9",
"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