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

@uppy/google-drive

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/google-drive - npm Package Compare versions

Comparing version 1.5.7 to 1.5.8

15

lib/index.js

@@ -68,15 +68,2 @@ var _class, _temp;

provider: this.provider
}); // Set default state for Google Drive
this.setPluginState({
authenticated: false,
files: [],
folders: [],
directories: [],
activeRow: -1,
filterInput: '',
isSearchVisible: false,
hasTeamDrives: false,
teamDrives: [],
teamDriveId: ''
});

@@ -104,2 +91,2 @@ var target = this.opts.target;

return GoogleDrive;
}(Plugin), _class.VERSION = "1.5.7", _temp);
}(Plugin), _class.VERSION = "1.5.8", _temp);

6

package.json
{
"name": "@uppy/google-drive",
"description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
"version": "1.5.7",
"version": "1.5.8",
"license": "MIT",

@@ -25,3 +25,3 @@ "main": "lib/index.js",

"@uppy/companion-client": "^1.5.0",
"@uppy/provider-views": "^1.6.7",
"@uppy/provider-views": "^1.6.8",
"@uppy/utils": "^3.1.0",

@@ -33,3 +33,3 @@ "preact": "8.2.9"

},
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2"
"gitHead": "aacaff256c64739337c9148963e874d7c06c9e58"
}

@@ -40,15 +40,2 @@ const { Plugin } = require('@uppy/core')

})
// Set default state for Google Drive
this.setPluginState({
authenticated: false,
files: [],
folders: [],
directories: [],
activeRow: -1,
filterInput: '',
isSearchVisible: false,
hasTeamDrives: false,
teamDrives: [],
teamDriveId: ''
})

@@ -55,0 +42,0 @@ const target = this.opts.target

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