react-dropzone-uploader
Advanced tools
Comparing version 2.6.0 to 2.7.0
{ | ||
"name": "react-dropzone-uploader", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"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", |
@@ -84,3 +84,3 @@ # React Dropzone Uploader | ||
## UMD Build | ||
This library is available as an ES Module at <https://unpkg.com/react-dropzone-uploader@<version>/dist/react-dropzone-uploader.umd.js>. | ||
This library is available as an ES Module at <https://unpkg.com/react-dropzone-uploader@VERSION/dist/react-dropzone-uploader.umd.js>. | ||
@@ -94,4 +94,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@<version>/dist/react-dropzone-uploader.umd.js"></script> | ||
<link rel"stylesheet" href="https://unpkg.com/react-dropzone-uploader@<version>/dist/styles.css"></script> | ||
<script src="https://unpkg.com/react-dropzone-uploader@VERSION/dist/react-dropzone-uploader.umd.js"></script> | ||
<link rel"stylesheet" href="https://unpkg.com/react-dropzone-uploader@VERSION/dist/styles.css"></script> | ||
~~~ | ||
@@ -98,0 +98,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
89938