Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gyran/google-drive-incomplete-folder-sync

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gyran/google-drive-incomplete-folder-sync - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

7

index.js

@@ -118,4 +118,9 @@ #!/usr/bin/env node

state.files = filesInDestination;
} catch (error) {}
} catch (error) {
console.log('failed to read datadir', dataPath);
console.log('error', error);
}
console.log('saving current state', state);
config.set('currentState', state);

@@ -122,0 +127,0 @@ };

2

package.json
{
"name": "@gyran/google-drive-incomplete-folder-sync",
"version": "0.0.8",
"version": "0.0.9",
"description": "very simple and naive incomplete folder sync with google drive for my personal use",

@@ -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