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.5 to 0.0.6

8

index.js

@@ -97,7 +97,5 @@ #!/usr/bin/env node

} else if (file.capabilities.canDownload) {
console.log('will download', file.name);
await downloadDriveFile(
file.id,
nodePath.join(dataPath, currentPath, file.name),
);
const destinationPath = nodePath.join(dataPath, currentPath, file.name);
console.log('will download', file.name, 'to', destinationPath);
await downloadDriveFile(file.id, destinationPath);
}

@@ -104,0 +102,0 @@ }

{
"name": "@gyran/google-drive-incomplete-folder-sync",
"version": "0.0.5",
"version": "0.0.6",
"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