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.16 to 1.5.17

3

lib/DriveProviderViews.js
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
var ProviderViews = require('@uppy/provider-views');
var _require = require('@uppy/provider-views'),
ProviderViews = _require.ProviderViews;

@@ -5,0 +6,0 @@ module.exports = /*#__PURE__*/function (_ProviderViews) {

@@ -89,2 +89,2 @@ var _class, _temp;

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

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

"dependencies": {
"@uppy/companion-client": "^1.5.4",
"@uppy/provider-views": "^1.7.7",
"@uppy/utils": "^3.2.3",
"@uppy/companion-client": "^1.6.0",
"@uppy/provider-views": "^1.8.0",
"@uppy/utils": "^3.2.4",
"preact": "8.2.9"

@@ -33,3 +33,3 @@ },

},
"gitHead": "d07d27422c373b66216ef98ff76081e8618c4943"
"gitHead": "84f7b4d37daa4c1dc98138a169189412af2ae498"
}

@@ -1,2 +0,2 @@

const ProviderViews = require('@uppy/provider-views')
const { ProviderViews } = require('@uppy/provider-views')

@@ -3,0 +3,0 @@ module.exports = class DriveProviderViews extends ProviderViews {

Sorry, the diff of this file is not supported yet

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