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

@uppy/box

Package Overview
Dependencies
Maintainers
5
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/box - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

5

lib/Box.js

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

const packageJson = {
"version": "2.3.1"
"version": "2.4.0"
};

@@ -53,3 +53,4 @@ export default class Box extends UIPlugin {

provider: this.provider,
loadAllFiles: true
loadAllFiles: true,
virtualList: true
});

@@ -56,0 +57,0 @@ const {

6

package.json
{
"name": "@uppy/box",
"description": "Import files from Box, into Uppy.",
"version": "2.3.1",
"version": "2.4.0",
"license": "MIT",

@@ -25,3 +25,3 @@ "main": "lib/index.js",

"@uppy/companion-client": "^3.8.1",
"@uppy/provider-views": "^3.12.0",
"@uppy/provider-views": "^3.13.0",
"@uppy/utils": "^5.9.0",

@@ -31,3 +31,3 @@ "preact": "^10.5.13"

"peerDependencies": {
"@uppy/core": "^3.11.0"
"@uppy/core": "^3.13.0"
},

@@ -34,0 +34,0 @@ "publishConfig": {

@@ -12,5 +12,9 @@ # @uppy/box

A Companion instance is required for the Box plugin to work. Companion handles authentication with Box, downloads files from Box and uploads them to the destination. This saves the user bandwidth, especially helpful if they are on a mobile connection.
A Companion instance is required for the Box plugin to work. Companion handles
authentication with Box, downloads files from Box and uploads them to the
destination. This saves the user bandwidth, especially helpful if they are on a
mobile connection.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.
Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.

@@ -35,7 +39,11 @@ ## Example

Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global
`window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
## Documentation
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/box).
Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/box).

@@ -42,0 +50,0 @@ ## License

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