New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

randalthor-dropboxapi

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

randalthor-dropboxapi - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

16

client.js

@@ -79,4 +79,20 @@ const Dropbox = require("dropbox").Dropbox;

}
async deleteFileSync(path) {
try {
await this.dpx.filesDeleteV2(path);
} catch (error) {
console.error(error);
}
}
async getTempLink(path) {
try {
return await this.dpx.filesGetTemporaryLink(path);
} catch (error) {
console.error(error);
}
}
}
module.exports.Client = Client;

2

package.json
{
"name": "randalthor-dropboxapi",
"version": "1.1.0",
"version": "1.1.1",
"description": "Client Wrapper for Dropbox Node API",

@@ -5,0 +5,0 @@ "main": "client.js",

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