react-uploader
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "react-uploader", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": "Upload <hello@upload.io> (https://upload.io)", | ||
@@ -5,0 +5,0 @@ "description": "React Uploader | React File Upload Component | Powered by Upload.io 🚀", |
@@ -94,3 +94,2 @@ <h1 align="center"> | ||
```javascript | ||
// Ignore if installed via a script tag. | ||
import { Uploader } from "uploader"; | ||
@@ -108,6 +107,5 @@ | ||
### (1) The File Upload Button | ||
### (1) File Upload Button | ||
```javascript | ||
// Ignore if installed via a script tag. | ||
import { UploadButton } from "react-uploader"; | ||
@@ -126,6 +124,5 @@ | ||
### (2) The Dropzone | ||
### (2) Dropzone | ||
```javascript | ||
// Ignore if installed via a script tag. | ||
import { UploadDropzone } from "react-uploader"; | ||
@@ -132,0 +129,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
424229
181