@uppy/onedrive
Advanced tools
Comparing version 3.3.0 to 4.0.0-beta.1
# @uppy/onedrive | ||
## 4.0.0-beta.1 | ||
Released: 2024-03-28 | ||
Included in: Uppy v4.0.0-beta.1 | ||
- @uppy/onedrive: refactor to TypeScript (Murderlon / #4979) | ||
## 3.3.0 | ||
@@ -4,0 +11,0 @@ |
@@ -9,3 +9,3 @@ import { Provider, getAllowedHosts, tokenStorage } from '@uppy/companion-client'; | ||
const packageJson = { | ||
"version": "3.3.0" | ||
"version": "4.0.0-beta.1" | ||
}; | ||
@@ -12,0 +12,0 @@ export default class OneDrive extends UIPlugin { |
{ | ||
"name": "@uppy/onedrive", | ||
"description": "Import files from OneDrive, into Uppy.", | ||
"version": "3.3.0", | ||
"version": "4.0.0-beta.1", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"types": "types/index.d.ts", | ||
"type": "module", | ||
@@ -24,10 +23,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@uppy/companion-client": "^3.8.0", | ||
"@uppy/provider-views": "^3.11.0", | ||
"@uppy/utils": "^5.7.5", | ||
"@uppy/companion-client": "^4.0.0-beta.1", | ||
"@uppy/provider-views": "^4.0.0-beta.1", | ||
"@uppy/utils": "^6.0.0-beta.1", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.10.0" | ||
} | ||
"@uppy/core": "^4.0.0-beta.1" | ||
}, | ||
"stableVersion": "3.3.0" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22938
19
0
221
1
+ Added@uppy/companion-client@4.2.0(transitive)
+ Added@uppy/core@4.3.0(transitive)
+ Added@uppy/provider-views@4.1.0(transitive)
+ Added@uppy/store-default@4.1.2(transitive)
+ Added@uppy/utils@6.0.5(transitive)
+ Addednanoid@5.0.9(transitive)
+ Addedp-queue@8.0.1(transitive)
+ Addedp-timeout@6.1.3(transitive)
- Removed@uppy/companion-client@3.8.2(transitive)
- Removed@uppy/core@3.13.1(transitive)
- Removed@uppy/provider-views@3.13.0(transitive)
- Removed@uppy/store-default@3.2.2(transitive)
- Removed@uppy/utils@5.9.0(transitive)
- Removednanoid@4.0.2(transitive)
- Removedp-queue@7.4.1(transitive)
- Removedp-timeout@5.1.0(transitive)
Updated@uppy/utils@^6.0.0-beta.1