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.25 to 1.6.0

4

lib/DriveProviderViews.js

@@ -1,3 +0,5 @@

function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
var _require = require('@uppy/provider-views'),

@@ -4,0 +6,0 @@ ProviderViews = _require.ProviderViews;

@@ -5,4 +5,6 @@ var _class, _temp;

function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
var _require = require('@uppy/core'),

@@ -40,5 +42,5 @@ Plugin = _require.Plugin;

fill: "none",
"fill-rule": "evenodd"
fillRule: "evenodd"
}, h("rect", {
class: "uppy-ProviderIconBg",
className: "uppy-ProviderIconBg",
fill: "#4285F4",

@@ -94,2 +96,2 @@ width: "32",

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

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

"dependencies": {
"@uppy/companion-client": "^1.8.3",
"@uppy/provider-views": "^1.11.2",
"@uppy/utils": "^3.4.2",
"@uppy/companion-client": "^1.9.0",
"@uppy/provider-views": "^1.12.0",
"@uppy/utils": "^3.5.0",
"preact": "8.2.9"

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

},
"gitHead": "4bf107236340dc98f8584f15a06e13ffa9fc31f4"
"gitHead": "6771545fe70134088a5441ef5c2f7b872e32d812"
}

@@ -17,4 +17,4 @@ const { Plugin } = require('@uppy/core')

<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32">
<g fill="none" fill-rule="evenodd">
<rect class="uppy-ProviderIconBg" fill="#4285F4" width="32" height="32" rx="16" />
<g fill="none" fillRule="evenodd">
<rect className="uppy-ProviderIconBg" fill="#4285F4" width="32" height="32" rx="16" />
<path d="M10.324 23.3l3-5.1H25l-3 5.1H10.324zM13 18.2l-3 5.1-3-5.1 5.839-9.924 2.999 5.1L13 18.2zm11.838-.276h-6L13 8h6l5.84 9.924h-.002z" fill="#FFF" />

@@ -31,3 +31,3 @@ </g>

provider: 'drive',
pluginId: this.id
pluginId: this.id,
})

@@ -41,3 +41,3 @@

this.view = new DriveProviderViews(this, {
provider: this.provider
provider: this.provider,
})

@@ -59,3 +59,3 @@

this.provider.fetchPreAuthToken(),
this.view.getFolder('root', '/')
this.view.getFolder('root', '/'),
])

@@ -62,0 +62,0 @@ }

Sorry, the diff of this file is not supported yet

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