Socket
Socket
Sign inDemoInstall

eywa-dropbox

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

eywa-dropbox - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

dist/dropbox-api.js

@@ -138,5 +138,5 @@ "use strict";

var mute = arguments.length <= 4 || arguments[4] === undefined ? false : arguments[4];
var clientModified = arguments.length <= 5 || arguments[5] === undefined ? undefined : arguments[5];
var client_modified = arguments.length <= 5 || arguments[5] === undefined ? undefined : arguments[5];
if (clientModified) return this.content('/files/upload', { path: path, mode: mode, autorename: autorename, mute: mute, clientModified: clientModified }, content);else return this.content('/files/upload', { path: path, mode: mode, autorename: autorename, mute: mute }, content);
if (client_modified) return this.content('/files/upload', { path: path, mode: mode, autorename: autorename, mute: mute, client_modified: client_modified }, content);else return this.content('/files/upload', { path: path, mode: mode, autorename: autorename, mute: mute }, content);
}

@@ -143,0 +143,0 @@ }, {

{
"name": "eywa-dropbox",
"version": "1.4.0",
"version": "1.4.1",
"description": "a dropbox file sync driver for the browser",

@@ -5,0 +5,0 @@ "main": "dist/dropbox-api.js",

@@ -90,4 +90,4 @@ /** Created by ge on 5/12/16.

upload(path, content, mode = "add", autorename = true, mute = false, clientModified = undefined) {
if (clientModified) return this.content('/files/upload', {path, mode, autorename, mute, clientModified}, content);
upload(path, content, mode = "add", autorename = true, mute = false, client_modified = undefined) {
if (client_modified) return this.content('/files/upload', {path, mode, autorename, mute, client_modified}, content);
else return this.content('/files/upload', {path, mode, autorename, mute}, content);

@@ -94,0 +94,0 @@ }

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