@uppy/onedrive
Advanced tools
Comparing version 3.2.0 to 3.2.1
# @uppy/onedrive | ||
## 3.2.1 | ||
Released: 2024-02-28 | ||
Included in: Uppy v3.23.0 | ||
- @uppy/onedrive: fix custom oauth2 credentials for onedrive (Mikael Finstad / #4968) | ||
## 3.1.2 | ||
@@ -4,0 +11,0 @@ |
@@ -6,3 +6,3 @@ import { h } from 'preact'; | ||
const packageJson = { | ||
"version": "3.2.0" | ||
"version": "3.2.1" | ||
}; | ||
@@ -41,2 +41,3 @@ import locale from './locale.js'; | ||
companionHeaders: this.opts.companionHeaders, | ||
companionKeysParams: this.opts.companionKeysParams, | ||
companionCookiesRule: this.opts.companionCookiesRule, | ||
@@ -43,0 +44,0 @@ provider: 'onedrive', |
{ | ||
"name": "@uppy/onedrive", | ||
"description": "Import files from OneDrive, into Uppy.", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"license": "MIT", | ||
@@ -24,10 +24,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^3.7.0", | ||
"@uppy/provider-views": "^3.8.0", | ||
"@uppy/utils": "^5.7.0", | ||
"@uppy/companion-client": "^3.7.4", | ||
"@uppy/provider-views": "^3.10.0", | ||
"@uppy/utils": "^5.7.4", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.8.0" | ||
"@uppy/core": "^3.9.3" | ||
} | ||
} |
@@ -32,2 +32,3 @@ import { h } from 'preact' | ||
companionHeaders: this.opts.companionHeaders, | ||
companionKeysParams: this.opts.companionKeysParams, | ||
companionCookiesRule: this.opts.companionCookiesRule, | ||
@@ -34,0 +35,0 @@ provider: 'onedrive', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18143
176
1
Updated@uppy/provider-views@^3.10.0
Updated@uppy/utils@^5.7.4