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.3.5 to 1.4.0

3

lib/index.js

@@ -57,3 +57,2 @@ var _class, _temp;

companionHeaders: _this.opts.companionHeaders || _this.opts.serverHeaders,
storage: _this.opts.storage,
provider: 'drive',

@@ -108,2 +107,2 @@ authProvider: 'google',

return GoogleDrive;
}(Plugin), _class.VERSION = "1.3.5", _temp);
}(Plugin), _class.VERSION = "1.4.0", _temp);
{
"name": "@uppy/google-drive",
"description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
"version": "1.3.5",
"version": "1.4.0",
"license": "MIT",

@@ -24,5 +24,5 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "^1.4.1",
"@uppy/provider-views": "^1.5.2",
"@uppy/utils": "^2.1.2",
"@uppy/companion-client": "file:../companion-client",
"@uppy/provider-views": "file:../provider-views",
"@uppy/utils": "file:../utils",
"preact": "8.2.9"

@@ -32,4 +32,3 @@ },

"@uppy/core": "^1.0.0"
},
"gitHead": "2b91a96c95ea1aa32980984904f9877d8a4c4440"
}
}

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

companionHeaders: this.opts.companionHeaders || this.opts.serverHeaders,
storage: this.opts.storage,
provider: 'drive',

@@ -31,0 +30,0 @@ authProvider: 'google',

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