Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

@bytescale/upload-widget-jquery

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytescale/upload-widget-jquery - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

4

package.json
{
"name": "@bytescale/upload-widget-jquery",
"version": "4.0.0",
"version": "4.1.0",
"author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)",

@@ -78,3 +78,3 @@ "description": "jQuery File Upload UI Widget โ€” Lightweight & supports: drag and drop, multiple uploads, image cropping, customization & more ๐Ÿš€ Comes with Cloud Storage ๐ŸŒ",

"dependencies": {
"@bytescale/upload-widget": "^4.3.0"
"@bytescale/upload-widget": "^4.6.0"
},

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

@@ -46,3 +46,3 @@ <h1 align="center">

<p align="center"><a href="https://www.bytescale.com/docs/upload-widget"><img alt="Upload Widget Demo" width="100%" src="https://raw.githubusercontent.com/bytescale/bytescale-upload-widget-jquery/main/.github/assets/demo.gif"></a></p>
<p align="center"><a href="https://www.bytescale.com/docs/upload-widget"><img alt="Upload Widget Demo" width="100%" src="https://raw.githubusercontent.com/bytescale/bytescale-upload-widget/main/.github/assets/demo.gif"></a></p>

@@ -55,3 +55,3 @@ <p align="center">100% Serverless File Upload Widget <br /> Powered by <a href="https://www.bytescale.com/">Bytescale</a><br/><br/></p>

<p align="center">
<b>Supports:</b> Image Cropping, Video Previews, Document Previews, Drag & Drop, Multiple Files & More...
<b>Supports:</b> Image Cropping, Video Previews, Document Previews, Drag & Drop, and more...
<br />

@@ -382,3 +382,3 @@ <br />

To get the URL for the uploaded image `/example.jpg` in its original form, use the following params:
To get the URL for the uploaded image `/example.jpg` in its original form, use the following:

@@ -395,3 +395,3 @@ ```javascript

To resize the uploaded image `/example.jpg` to 800x600, use the following params:
To resize the uploaded image `/example.jpg` to 800x600, use the following:

@@ -417,3 +417,3 @@ ```javascript

To transcode the uploaded video `/example.mov` to MP4/H.264 in HD, use the following params:
To transcode the uploaded video `/example.mov` to MP4/H.264 in HD, use the following:

@@ -439,3 +439,3 @@ ```javascript

To transcode the uploaded audio `/example.wav` to AAC in 192kbps, use the following params:
To transcode the uploaded audio `/example.wav` to AAC in 192kbps, use the following:

@@ -461,3 +461,3 @@ ```javascript

To extract the file `document.docx` from the uploaded ZIP file `/example.zip`, use the following params:
To extract the file `document.docx` from the uploaded ZIP file `/example.zip`, use the following:

@@ -464,0 +464,0 @@ ```javascript

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