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.9.1 to 1.10.0

6

dist/dropbox/dropbox-api.js

@@ -199,2 +199,8 @@ "use strict";

}, {
key: "listContinue",
value: function listContinue(cursor) {
if (!cursor) throw Error('need cursor in list continue');
return this.rpc('post', "files/list_folder/continue", { cursor: cursor });
}
}, {
key: "createFolder",

@@ -201,0 +207,0 @@ value: function createFolder(path) {

2

package.json
{
"name": "eywa-dropbox",
"version": "1.9.1",
"version": "1.10.0",
"description": "a dropbox file sync driver for the browser",

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

@@ -139,2 +139,7 @@ /** Created by ge on 5/12/16.

listContinue(cursor) {
if (!cursor) throw Error('need cursor in list continue');
return this.rpc('post', "files/list_folder/continue", {cursor});
}
createFolder(path) {

@@ -141,0 +146,0 @@ return this.rpc('post', "files/create_folder", {path});

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