Socket
Socket
Sign inDemoInstall

@uppy/react

Package Overview
Dependencies
Maintainers
5
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/react - npm Package Compare versions

Comparing version 1.10.12 to 1.11.0

lib/FileInput.js

2

index.js

@@ -6,1 +6,3 @@ exports.Dashboard = require('./lib/Dashboard')

exports.StatusBar = require('./lib/StatusBar')
exports.FileInput = require('./lib/FileInput')
exports.useUppy = require('./lib/useUppy')

15

package.json
{
"name": "@uppy/react",
"description": "React component wrappers around Uppy's official UI plugins.",
"version": "1.10.12",
"version": "1.11.0",
"license": "MIT",

@@ -25,7 +25,8 @@ "main": "index.js",

"dependencies": {
"@uppy/dashboard": "^1.13.1",
"@uppy/drag-drop": "^1.4.21",
"@uppy/progress-bar": "^1.3.21",
"@uppy/status-bar": "^1.8.0",
"@uppy/utils": "^3.2.5",
"@uppy/dashboard": "^1.14.0",
"@uppy/drag-drop": "^1.4.22",
"@uppy/file-input": "^1.4.20",
"@uppy/progress-bar": "^1.3.22",
"@uppy/status-bar": "^1.8.1",
"@uppy/utils": "^3.3.0",
"prop-types": "^15.6.1"

@@ -36,3 +37,3 @@ },

},
"gitHead": "38599e3aa28642bd938200b13a2611adca494273"
"gitHead": "1493a807fe83f7b465a8f7562bfb5631b1945e5b"
}

@@ -8,1 +8,5 @@ import * as React from 'react'

export { default as StatusBar } from '../src/StatusBar'
export { default as FileInput } from '../src/FileInput'
import useUppy = require('../src/useUppy')
export { useUppy }

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