Socket
Socket
Sign inDemoInstall

@upload-io/jquery-uploader

Package Overview
Dependencies
7
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.36.0 to 3.37.0

14

package.json
{
"name": "@upload-io/jquery-uploader",
"version": "3.36.0",
"author": "Upload <hello@upload.io> (https://upload.io)",
"version": "3.37.0",
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",
"description": "jQuery File Upload UI Widget โ€” Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐Ÿš€ Comes with Cloud Storage ๐ŸŒ",

@@ -9,10 +9,10 @@ "license": "MIT",

"types": "dist/index.d.ts",
"homepage": "https://upload.io/uploader",
"homepage": "https://www.bytescale.com/docs/upload-widget/frameworks/jquery",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/upload-io/jquery-uploader.git"
"url": "git+https://github.com/bytescale/jquery-uploader.git"
},
"bugs": {
"url": "https://github.com/upload-io/jquery-uploader/issues"
"url": "https://github.com/bytescale/jquery-uploader/issues"
},

@@ -57,3 +57,3 @@ "files": [

"publish:createGitHubRelease": "gh release create v$(node -p \"require('./package.json').version\")",
"publish:cdn": "npm run prepack:cdn && aws s3 cp --recursive --content-type application/javascript dist/ s3://upload-js-releases/jquery-uploader/ && aws cloudfront create-invalidation --distribution-id EO4VJPLCDN8HY --paths '/jquery-uploader/*'",
"publish:cdn": "npm run prepack:cdn && aws s3 cp --recursive --content-type application/javascript dist/ s3://upload-js-releases/jquery-uploader/ && aws cloudfront create-invalidation --distribution-id EO4VJPLCDN8HY --paths '/jquery-uploader/*' && aws cloudfront create-invalidation --distribution-id E250290WAJ43YY --paths '/jquery-uploader/*'",
"test": "npx wdio run tests/wdio.conf.ts --autoCompileOpts.tsNodeOpts.project=tests/tsconfig.json",

@@ -80,3 +80,3 @@ "prepare": "husky install"

"dependencies": {
"uploader": "^3.46.0"
"uploader": "^3.47.0"
},

@@ -83,0 +83,0 @@ "devDependencies": {

<h1 align="center">
<a href="https://upload.io/uploader">
<img alt="jQuery Uploader" width="264" height="106" src="https://raw.githubusercontent.com/upload-io/jquery-uploader/main/.github/assets/logo.svg">
<a href="https://www.bytescale.com/docs/upload-widget/frameworks/jquery">
<img alt="jQuery Uploader" width="264" height="106" src="https://raw.githubusercontent.com/bytescale/jquery-uploader/main/.github/assets/logo.svg">
</a>

@@ -9,3 +9,3 @@ </h1>

<p align="center">
<a href="https://github.com/upload-io/jquery-uploader/">
<a href="https://github.com/bytescale/jquery-uploader/">
<img src="https://img.shields.io/badge/gzipped-33%20kb-4ba0f6" />

@@ -18,3 +18,3 @@ </a>

<a href="https://github.com/upload-io/jquery-uploader/actions/workflows/ci.yml">
<a href="https://github.com/bytescale/jquery-uploader/actions/workflows/ci.yml">
<img src="https://img.shields.io/badge/build-passing-4ba0f6" />

@@ -32,3 +32,3 @@ </a>

<a href="https://github.com/upload-io/jquery-uploader/actions/workflows/ci.yml">
<a href="https://github.com/bytescale/jquery-uploader/actions/workflows/ci.yml">
<img src="https://img.shields.io/npms-io/maintenance-score/@upload-io/jquery-uploader?color=4ba0f6" />

@@ -49,9 +49,9 @@ </a>

<p align="center"><a href="https://upload.io/uploader"><img alt="Upload Widget Demo" width="100%" src="https://raw.githubusercontent.com/upload-io/jquery-uploader/main/.github/assets/demo.webp"></a></p>
<p align="center"><a href="https://www.bytescale.com/docs/upload-widget/frameworks/jquery"><img alt="Upload Widget Demo" width="100%" src="https://raw.githubusercontent.com/bytescale/jquery-uploader/main/.github/assets/demo.webp"></a></p>
<p align="center">100% Serverless File Upload Widget <br /> Powered by <a href="https://upload.io/">Upload.io</a><br/><br/></p>
<p align="center">100% Serverless File Upload Widget <br /> Powered by <a href="https://www.bytescale.com/">Bytescale</a><br/><br/></p>
<hr/>
<p align="center"><a href="https://upload.io/dmca" rel="nofollow">DMCA Compliant</a> โ€ข <a href="https://upload.io/dpa" rel="nofollow">GDPR Compliant</a> โ€ข <a href="https://upload.io/sla" rel="nofollow">99.9% Uptime SLA</a>
<p align="center"><a href="https://www.bytescale.com/dmca" rel="nofollow">DMCA Compliant</a> โ€ข <a href="https://www.bytescale.com/dpa" rel="nofollow">GDPR Compliant</a> โ€ข <a href="https://www.bytescale.com/sla" rel="nofollow">99.9% Uptime SLA</a>
<br/>

@@ -84,3 +84,3 @@ <b>Supports:</b> Rate Limiting, Volume Limiting, File Size &amp; Type Limiting, JWT Auth, and more...

<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://js.upload.io/jquery-uploader/v3"></script>
<script src="https://js.bytescale.com/jquery-uploader/v3"></script>
```

@@ -95,3 +95,3 @@

```javascript
// Get production-ready API keys from Upload.io
// Get production-ready API keys from Bytescale
$.uploader.init({

@@ -156,3 +156,3 @@ apiKey: "free"

filePath: "/uploads/example.jpg", // Uploaded file path (relative to your raw file directory).
accountId: "FW251aX", // Upload.io account the file was uploaded to.
accountId: "FW251aX", // Bytescale account the file was uploaded to.
originalFileName: "example.jpg", // Original file name from the user's machine.

@@ -179,3 +179,3 @@ file: { ... }, // Original DOM file object from the <input> element.

Upload.io provides an [Upload API](https://upload.io/docs/upload-api), which supports the following:
Bytescale provides an [Upload API](https://www.bytescale.com/docs/upload-api), which supports the following:

@@ -192,3 +192,3 @@ - File uploading.

-u apikey:free \
-X POST "https://api.upload.io/v1/files/basic"
-X POST "https://api.bytescale.com/v1/files/basic"
```

@@ -198,17 +198,17 @@

[Read the Upload API docs ยป](https://upload.io/docs/upload-api)
[Read the Upload API docs ยป](https://www.bytescale.com/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:
Bytescale also provides an [Image Processing API](https://www.bytescale.com/docs/image-processing-api), which supports the following:
- [Image Resizing](https://upload.io/docs/image-processing-api#image-resizing-api)
- [Image Cropping](https://upload.io/docs/image-processing-api#image-cropping-api)
- [Image Compression](https://upload.io/docs/image-processing-api#image-compression-api)
- [Image Conversion](https://upload.io/docs/image-processing-api#f)
- [Image Manipulation (blur, sharpen, brightness, etc.)](https://upload.io/docs/image-processing-api#image-manipulation-api)
- [Layering (e.g for text & image watermarks)](https://upload.io/docs/image-processing-api#image)
- [Image Resizing](https://www.bytescale.com/docs/image-processing-api#image-resizing-api)
- [Image Cropping](https://www.bytescale.com/docs/image-processing-api#image-cropping-api)
- [Image Compression](https://www.bytescale.com/docs/image-processing-api#image-compression-api)
- [Image Conversion](https://www.bytescale.com/docs/image-processing-api#f)
- [Image Manipulation (blur, sharpen, brightness, etc.)](https://www.bytescale.com/docs/image-processing-api#image-manipulation-api)
- [Layering (e.g for text & image watermarks)](https://www.bytescale.com/docs/image-processing-api#image)
- and more...
[Read the Image Processing API docs ยป](https://upload.io/docs/image-processing-api)
[Read the Image Processing API docs ยป](https://www.bytescale.com/docs/image-processing-api)

@@ -227,3 +227,3 @@ ### Original Image

Using the [Image Processing API](https://upload.io/docs/image-processing-api), you can produce [this image](https://upcdn.io/W142hJk/image/example/city-landscape.jpg?w=900&h=600&fit=crop&f=webp&q=80&blur=4&text=WATERMARK&layer-opacity=80&blend=overlay&layer-rotate=315&font-size=100&padding=10&font-weight=900&color=ffffff&repeat=true&text=Chicago&gravity=bottom&padding-x=50&padding-bottom=20&font=/example/fonts/Lobster.ttf&color=ffe400):
Using the [Image Processing API](https://www.bytescale.com/docs/image-processing-api), you can produce [this image](https://upcdn.io/W142hJk/image/example/city-landscape.jpg?w=900&h=600&fit=crop&f=webp&q=80&blur=4&text=WATERMARK&layer-opacity=80&blend=overlay&layer-rotate=315&font-size=100&padding=10&font-weight=900&color=ffffff&repeat=true&text=Chicago&gravity=bottom&padding-x=50&padding-bottom=20&font=/example/fonts/Lobster.ttf&color=ffe400):

@@ -259,21 +259,21 @@ <img src="https://upcdn.io/W142hJk/image/example/city-landscape.jpg?w=900&h=600&fit=crop&f=webp&q=80&blur=4&text=WATERMARK&layer-opacity=80&blend=overlay&layer-rotate=315&font-size=100&padding=10&font-weight=900&color=ffffff&repeat=true&text=Chicago&gravity=bottom&padding-x=50&padding-bottom=20&font=/example/fonts/Lobster.ttf&color=ffe400" />

[Uploader Documentation ยป](https://upload.io/docs/upload-widget)
[Uploader Documentation ยป](https://www.bytescale.com/docs/upload-widget)
## Need a Headless (no UI) File Upload Library?
[Try Upload.js ยป](https://upload.io/upload-js)
[Try Upload.js ยป](https://www.bytescale.com/upload-js)
## Can I use my own storage?
**Yes:** Upload.io supports AWS S3 on [Upload Plus](https://upload.io/pricing) plans.
**Yes:** Bytescale supports AWS S3, Cloudflare R2, Google Storage, and DigitalOcean Spaces.
Upload.io offers its own built-in storage for ease and simplicity (default).
To configure a custom storage backend, please see:
You can change this to AWS S3 on a folder-by-folder basis in the Upload Dashboard.
[https://www.bytescale.com/docs/storage/sources](https://www.bytescale.com/docs/storage/sources)
## ๐Ÿ‘‹ Create your Upload.io Account
## ๐Ÿ‘‹ Create your Bytescale Account
jQuery Uploader is the jQuery file upload component for Upload.io โ€” The File Upload Service for Web Apps:
jQuery Uploader is the jQuery Upload Widget for Bytescale: the best way to serve images, videos, and audio for web apps.
**[Create an Upload.io account ยป](https://upload.io/upload-js/get-started)**
**[Create a Bytescale account ยป](https://www.bytescale.com/)**

@@ -280,0 +280,0 @@ ## Building From Source

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc