New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3 to 0.0.4

1

index.js

@@ -173,2 +173,3 @@ #!/usr/bin/env node

console.log('Starting!');
let loopRunning = true;

@@ -175,0 +176,0 @@ while (loopRunning) {

2

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

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

@@ -43,4 +43,7 @@ import getEnvValue from 'get-env-value';

const config = new Conf({ schema });
const config = new Conf({
schema,
projectName: '@gyran/google-drive-incomplete-folder-sync',
});
export default config;
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