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.6 to 1.5.7

5

lib/index.js

@@ -36,4 +36,3 @@ var _class, _temp;

height: "32",
viewBox: "0 0 32 32",
xmlns: "http://www.w3.org/2000/svg"
viewBox: "0 0 32 32"
}, h("g", {

@@ -105,2 +104,2 @@ fill: "none",

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

10

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.6",
"version": "1.5.7",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^1.4.5",
"@uppy/provider-views": "^1.6.6",
"@uppy/utils": "^3.0.0",
"@uppy/companion-client": "^1.5.0",
"@uppy/provider-views": "^1.6.7",
"@uppy/utils": "^3.1.0",
"preact": "8.2.9"

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

},
"gitHead": "6a0152327386cb6dd1ae8aada13f13062d326b61"
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2"
}

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

this.icon = () => (
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32">
<g fill="none" fill-rule="evenodd">

@@ -19,0 +19,0 @@ <rect fill="#4285F4" width="32" height="32" rx="16" />

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