New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-dropzone-uploader

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dropzone-uploader - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

package.json
{
"name": "react-dropzone-uploader",
"version": "2.1.1",
"version": "2.1.2",
"author": "Kyle Bebak <kylebebak@gmail.com>",

@@ -5,0 +5,0 @@ "description": "React file dropzone and uploader: fully customizable, progress indicators, upload cancellation and restart, zero deps",

@@ -64,3 +64,3 @@ # React Dropzone Uploader

## UMD Build
This library is available as an ES Module at <https://unpkg.com/react-dropzone-uploader@2.1.1/dist/react-dropzone-uploader.umd.js>.
This library is available as an ES Module at <https://unpkg.com/react-dropzone-uploader@2.1.2/dist/react-dropzone-uploader.umd.js>.

@@ -74,4 +74,4 @@ If you want to include it in your page, you need to include the dependencies and CSS as well.

<script src="https://unpkg.com/react-dropzone-uploader@2.1.1/dist/react-dropzone-uploader.umd.js"></script>
<link rel"stylesheet" href="https://unpkg.com/react-dropzone-uploader@2.1.1/dist/styles.css"></script>
<script src="https://unpkg.com/react-dropzone-uploader@2.1.2/dist/react-dropzone-uploader.umd.js"></script>
<link rel"stylesheet" href="https://unpkg.com/react-dropzone-uploader@2.1.2/dist/styles.css"></script>
~~~

@@ -78,0 +78,0 @@

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