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

@uppy/onedrive

Package Overview
Dependencies
Maintainers
8
Versions
76
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 2.0.5 to 2.0.6

7

CHANGELOG.md
# @uppy/onedrive
## 2.0.6
Released: 2022-02-16
Included in: Uppy v2.5.1
- @uppy/onedrive: Update README.md (Márton László Attila / #3489)
## 2.0.5

@@ -4,0 +11,0 @@

4

lib/index.js

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

"use strict";
var _class, _temp;

@@ -94,2 +92,2 @@

}, _class.VERSION = "2.0.5", _temp);
}, _class.VERSION = "2.0.6", _temp);

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

"use strict";
module.exports = {

@@ -4,0 +2,0 @@ strings: {

{
"name": "@uppy/onedrive",
"description": "Import files from OneDrive, into Uppy.",
"version": "2.0.5",
"version": "2.0.6",
"license": "MIT",

@@ -23,10 +23,10 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "^2.0.4",
"@uppy/provider-views": "^2.0.6",
"@uppy/utils": "^4.0.4",
"@uppy/companion-client": "^2.0.5",
"@uppy/provider-views": "^2.0.7",
"@uppy/utils": "^4.0.5",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^2.1.3"
"@uppy/core": "^2.1.5"
}
}

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

# @uppy/facebook
# @uppy/onedrive

@@ -20,6 +20,6 @@ <img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right">

import Uppy from '@uppy/core'
import Facebook from '@uppy/facebook'
import Facebook from '@uppy/onedrive'
const uppy = new Uppy()
uppy.use(Facebook, {
uppy.use(OneDrive, {
// Options

@@ -32,3 +32,3 @@ })

```bash
$ npm install @uppy/facebook
$ npm install @uppy/onedrive
```

@@ -35,0 +35,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