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.1.0 to 1.2.0

16

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

@@ -25,11 +25,11 @@ "main": "index.js",

"dependencies": {
"@uppy/dashboard": "1.1.0",
"@uppy/drag-drop": "1.1.0",
"@uppy/progress-bar": "1.1.0",
"@uppy/status-bar": "1.1.0",
"@uppy/utils": "1.1.0",
"@uppy/dashboard": "1.2.0",
"@uppy/drag-drop": "1.2.0",
"@uppy/progress-bar": "1.2.0",
"@uppy/status-bar": "1.2.0",
"@uppy/utils": "1.2.0",
"prop-types": "^15.6.1"
},
"devDependencies": {
"@uppy/core": "1.1.0"
"@uppy/core": "1.2.0"
},

@@ -39,3 +39,3 @@ "peerDependencies": {

},
"gitHead": "28d235fe2fb57d87a399c20883fd6590aa49f4f4"
"gitHead": "bd2beedcffbaa840de7069860e341f02268ddbb1"
}

@@ -7,3 +7,3 @@ const { Plugin } = require('@uppy/core')

this.id = opts.id
this.id = this.opts.id
this.type = 'orchestrator'

@@ -10,0 +10,0 @@ }

@@ -7,3 +7,3 @@ const { Plugin } = require('@uppy/core')

this.id = opts.id
this.id = this.opts.id
this.type = 'acquirer'

@@ -10,0 +10,0 @@ }

@@ -7,3 +7,3 @@ const { Plugin } = require('@uppy/core')

this.id = opts.id
this.id = this.opts.id
this.type = 'progressindicator'

@@ -10,0 +10,0 @@ }

@@ -7,3 +7,3 @@ const { Plugin } = require('@uppy/core')

this.id = opts.id
this.id = this.opts.id
this.type = 'progressindicator'

@@ -10,0 +10,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc