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

@uppy/onedrive

Package Overview
Dependencies
Maintainers
0
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 4.0.0 to 4.1.0

7

CHANGELOG.md
# @uppy/onedrive
## 4.1.0
Released: 2024-08-29
Included in: Uppy v4.3.0
- @uppy/aws-s3,@uppy/box,@uppy/compressor,@uppy/dropbox,@uppy/facebook,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/onedrive,@uppy/screen-capture,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/xhr-upload,@uppy/zoom: export plugin options (Antoine du Hamel / #5433)
## 4.0.0-beta.1

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

1

lib/index.d.ts
export { default } from './OneDrive.tsx';
export type { OneDriveOptions } from './OneDrive.tsx';
//# sourceMappingURL=index.d.ts.map

2

lib/OneDrive.js

@@ -9,3 +9,3 @@ import { Provider, getAllowedHosts, tokenStorage } from '@uppy/companion-client';

const packageJson = {
"version": "4.0.0"
"version": "4.1.0"
};

@@ -12,0 +12,0 @@ export default class OneDrive extends UIPlugin {

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

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

"dependencies": {
"@uppy/companion-client": "^4.0.0",
"@uppy/provider-views": "^4.0.0",
"@uppy/utils": "^6.0.0",
"@uppy/companion-client": "^4.1.0",
"@uppy/provider-views": "^4.0.1",
"@uppy/utils": "^6.0.2",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.0.0"
"@uppy/core": "^4.2.0"
}
}
export { default } from './OneDrive.tsx'
export type { OneDriveOptions } from './OneDrive.tsx'

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