New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dropzone

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dropzone - npm Package Versions

23
6

6.0.0-beta.2

Diff

Changelog

Source

6.0.0-beta.2

  • Add binaryBody support (thanks to @patrickbussmann and @meg1502).
    • This adds full support for AWS S3 Multipart Upload.
    • There is an example setup for this now in test/test-sites/2-integrations.
enyo
published 6.0.0-beta.1 •

Changelog

Source

6.0.0-beta.1

Breaking

  • Dropzone is dropping IE support! If you still need to support IE, please use 5.9.3. You can download it here: https://github.com/dropzone/dropzone/releases/download/v5.9.3/dist.zip
  • Dropzone.autoDiscover has been removed! If you want to auto discover your elements, invoke Dropzone.discover() after your HTML has loaded and it will do the same.
  • The dropzone-amd-module files have been removed. There is now a dropzone.js and a dropzone.mjs in the dist folder.
  • The min/ folder has been removed. dropzone.min.js is now the only file that is minimized.
  • Remove Dropzone.extend and replace by the just-extend package.
  • There is no more Dropzone.version.
enyo
published 5.9.3 •

Changelog

Source

5.9.3

  • Fix incorrect resize method used for creating thumbnails of existing files (thanks to @gplwhite)
enyo
published 5.9.2 •

Changelog

Source

5.9.2

  • Handle xhr.readyState in the submitRequest function and don't attempt to send if it's not 1 (OPENED). (thanks to @bobbysmith007)
enyo
published 5.9.1 •

Changelog

Source

5.9.1

  • Fix the way upload progress is calculated when using chunked uploads. (thanks to @ckovey)
enyo
published 5.9.0 •

Changelog

Source

5.9.0

  • Properly handle when timeout is null or 0
  • Make the default of timeout null
enyo
published 5.8.1 •

Changelog

Source

5.8.1

  • Fix custom event polyfill for IE11
  • Fix build to use ES5 instead of ES6, which was broken due to webpack upgrade. (thanks to @fukayatsu)
enyo
published 5.8.0 •

Changelog

Source

5.8.0

  • Dropzone now also triggers custom events on the DOM element. The custom events are the same as the events you can listen on with Dropzone but start with dropzone:. (thanks to @1cg)
  • Moved the ./src/options.js previewTemplate in its own preview-template.html file.
  • Switched to yarn as the primary package manager (shouldn't affect anybody that is not working Dropzone itself).
enyo
published 5.7.6 •

Changelog

Source

5.7.6

  • Revert dist/min/*.css files to be named dist/min/*.min.css.
  • Setup bower releases.
enyo
published 5.7.5 •

Changelog

Source

5.7.5

  • Rename blacklistedBrowsers to blockedBrowsers (but still accept blacklistedBrowsers for legacy).
  • Add automatic trigger for packagist deployment.
  • Fix links in package.json.
23
6
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