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

@uppy/box

Package Overview
Dependencies
Maintainers
6
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.1.4 to 2.2.0

5

lib/Box.js

@@ -7,3 +7,3 @@ import { UIPlugin } from '@uppy/core';

const packageJson = {
"version": "2.1.4"
"version": "2.2.0"
};

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

provider: 'box',
pluginId: this.id
pluginId: this.id,
supportsRefreshToken: false
});

@@ -40,0 +41,0 @@ this.defaultLocale = locale;

10

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

@@ -24,9 +24,9 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "^3.5.0",
"@uppy/provider-views": "^3.6.0",
"@uppy/utils": "^5.5.2",
"@uppy/companion-client": "^3.7.0",
"@uppy/provider-views": "^3.8.0",
"@uppy/utils": "^5.7.0",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^3.6.0"
"@uppy/core": "^3.8.0"
},

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

@@ -33,2 +33,3 @@ import { UIPlugin } from '@uppy/core'

pluginId: this.id,
supportsRefreshToken: false,
})

@@ -35,0 +36,0 @@

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