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.7.0 to 4.8.0

4

package.json
{
"name": "@bytescale/upload-widget-jquery",
"version": "4.7.0",
"version": "4.8.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.14.0"
"@bytescale/upload-widget": "^4.17.0"
},

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

@@ -245,4 +245,4 @@ <h1 align="center">

cropFilePath: image => { // Choose the file path used for JSON image crop files.
const {filePath} = image // In: https://www.bytescale.com/docs/upload-api/types/FileDetails
return `${filePath}.crop` // Out: https://www.bytescale.com/docs/upload-api/types/FilePathDefinition
const {filePath} = image // In: https://www.bytescale.com/docs/types/UploadedFile
return `${filePath}.crop` // Out: https://www.bytescale.com/docs/types/FilePathDefinition
},

@@ -249,0 +249,0 @@ cropRatio: 4 / 3, // Width / Height. Undefined enables freeform (default).

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