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

dropbox-sync

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dropbox-sync - npm Package Compare versions

Comparing version 0.2.6 to 0.2.7

5

index.js

@@ -125,3 +125,3 @@ var Dropbox = require('dropbox')

// no paths left to watch for, kill our longpoll
if(!Object.keys(this.paths).length && this.watchingForChanges != null) {
if(!Object.keys(this.paths).length && this.watchingForChanges) {

@@ -133,2 +133,5 @@ debug('aborting outstanding XHR');

debug('removing from cache');
delete cache[this.client._uid + ':' + this.root];
debug('resetting '+path);

@@ -135,0 +138,0 @@ this.resetDir(callback);

2

package.json
{
"name": "dropbox-sync",
"version": "0.2.6",
"version": "0.2.7",
"description": "Read-only sync with Dropbox",

@@ -5,0 +5,0 @@ "main": "index.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