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

react-uploader

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-uploader - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

2

package.json
{
"name": "react-uploader",
"version": "2.3.2",
"version": "2.3.3",
"author": "Upload <hello@upload.io> (https://upload.io)",

@@ -5,0 +5,0 @@ "description": "React File Upload UI Widget — Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more 🚀 Comes with Cloud Storage 🌐",

@@ -19,8 +19,18 @@ /* eslint @typescript-eslint/no-var-requires: 0 */

filename: `v${majorVersion}.js`,
libraryTarget: "window"
libraryTarget: "umd"
},
// Important: causes all dependencies to be bundled into one JS file.
externals: {
"react": "React",
"react-dom": "ReactDOM"
"react": {
root: "React",
commonjs: "react",
commonjs2: "react",
amd: "react"
},
"react-dom": {
root: "ReactDOM",
commonjs: "react-dom",
commonjs2: "react-dom",
amd: "react-dom"
}
},

@@ -27,0 +37,0 @@ resolve: {

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