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.5.0 to 1.5.1

2

dist/dropbox-api.js

@@ -204,3 +204,3 @@ "use strict";

value: function getPreview(path) {
return this.rpc('post', "files/get_preview", { path: path });
return this.content('post', "files/get_preview", { path: path });
}

@@ -207,0 +207,0 @@ }, {

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

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

@@ -143,3 +143,3 @@ /** Created by ge on 5/12/16.

getPreview(path) {
return this.rpc('post', "files/get_preview", {path});
return this.content('post', "files/get_preview", {path});
}

@@ -146,0 +146,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