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 0.30.4 to 0.30.5

4

lib/index.js

@@ -33,3 +33,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

'svg',
{ 'aria-hidden': 'true', width: '18px', height: '16px', viewBox: '0 0 18 16', version: '1.1', xmlns: 'http://www.w3.org/2000/svg' },
{ 'aria-hidden': 'true', width: '18px', height: '16px', viewBox: '0 0 18 16', version: '1.1' },
h(

@@ -46,3 +46,3 @@ 'g',

_this.provider = new Provider(uppy, {
serverUrl: _this.opts.serverUrl,
companionUrl: _this.opts.companionUrl,
serverHeaders: _this.opts.serverHeaders,

@@ -49,0 +49,0 @@ storage: _this.opts.storage,

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

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

"dependencies": {
"@uppy/companion-client": "0.28.4",
"@uppy/provider-views": "0.30.4",
"@uppy/utils": "0.30.4",
"@uppy/companion-client": "0.28.5",
"@uppy/provider-views": "0.30.5",
"@uppy/utils": "0.30.5",
"preact": "^8.2.9"
},
"devDependencies": {
"@uppy/core": "0.30.4"
"@uppy/core": "0.30.5"
},

@@ -36,3 +36,3 @@ "peerDependencies": {

},
"gitHead": "7ae8af44abdd42eef71c46b831b2e3dadb00237f"
"gitHead": "0f95529cc56175c017e149dd3a122a3bcf9325b7"
}

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

this.icon = () => (
<svg aria-hidden="true" width="18px" height="16px" viewBox="0 0 18 16" version="1.1" xmlns="http://www.w3.org/2000/svg">
<svg aria-hidden="true" width="18px" height="16px" viewBox="0 0 18 16" version="1.1">
<g fill-rule="evenodd">

@@ -25,3 +25,3 @@ <polygon fill="#3089FC" points="6.32475 10.2 18 10.2 14.999625 15.3 3.324375 15.3" />

this.provider = new Provider(uppy, {
serverUrl: this.opts.serverUrl,
companionUrl: this.opts.companionUrl,
serverHeaders: this.opts.serverHeaders,

@@ -28,0 +28,0 @@ storage: this.opts.storage,

@@ -6,4 +6,4 @@ import Uppy = require('@uppy/core');

interface GoogleDriveOptions extends Uppy.PluginOptions, CompanionClient.ProviderOptions {
serverUrl: string;
serverPattern: string | RegExp | Array<string | RegExp>;
companionUrl: string;
companionAllowedHosts: string | RegExp | Array<string | RegExp>;
}

@@ -10,0 +10,0 @@ }

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