Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/onedrive

Package Overview
Dependencies
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/onedrive - npm Package Compare versions

Comparing version 0.1.4 to 1.0.0

3

lib/index.js

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

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

@@ -96,2 +95,2 @@ pluginId: _this.id

return OneDrive;
}(Plugin), _class.VERSION = "0.1.4", _temp);
}(Plugin), _class.VERSION = "1.0.0", _temp);
{
"name": "@uppy/onedrive",
"description": "Import files from OneDrive, into Uppy.",
"version": "0.1.4",
"version": "1.0.0",
"license": "MIT",

@@ -23,5 +23,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"

@@ -31,4 +31,3 @@ },

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

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

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

@@ -27,0 +26,0 @@ pluginId: this.id

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