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
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 3.3.0 to 4.0.0-beta.1

lib/index.d.ts

7

CHANGELOG.md
# @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 @@

2

lib/OneDrive.js

@@ -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"
}
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