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 3.6.0 to 3.6.1

2

package.json
{
"name": "react-uploader",
"version": "3.6.0",
"version": "3.6.1",
"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 ๐ŸŒ",

@@ -189,6 +189,29 @@ <h1 align="center">

# Image Processing (Resize, Crop, etc.)
# ๐ŸŒ API Support
The [Upload.io](https://upload.io/) platform includes a built-in [Image Processing API](https://upload.io/docs/image-processing-api), which supports the following:
## ๐ŸŒ File Management API
Upload.io provides an [Upload API](https://upload.io/docs/upload-api) that allows you to:
- File uploading.
- File listing.
- File deleting.
- And more...
Uploading a `"Hello World"` text file is as simple as:
```shell
curl --data "Hello World" \
-u apikey:free \
-X POST "https://api.upload.io/v1/files/basic"
```
_Note: Remember to set `-H "Content-Type: mime/type"` when uploading other file types!_
[Read the Upload API docs ยป](https://upload.io/docs/upload-api)
## ๐ŸŒ Image Processing API (Resize, Crop, etc.)
Upload.io also provides an [Image Processing API](https://upload.io/docs/image-processing-api), which supports the following:
- [Automatic Image Cropping](https://upload.io/docs/image-processing-api#crop)

@@ -202,2 +225,4 @@ - [Manual Image Cropping](https://upload.io/docs/image-processing-api#crop-x)

[Read the Image Processing API docs ยป](https://upload.io/docs/image-processing-api)
### Original Image

@@ -204,0 +229,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