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 Compare versions

Comparing version 5.8.1 to 5.9.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 5.9.0
- Properly handle when timeout is null or 0
- Make the default of timeout null
## 5.8.1

@@ -2,0 +7,0 @@

2

package.json
{
"name": "dropzone",
"version": "5.8.1",
"version": "5.9.0",
"description": "Handles drag and drop of files for you.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -26,4 +26,5 @@ import Dropzone from "./dropzone.js";

* The timeout for the XHR requests in milliseconds (since `v4.4.0`).
* If set to null or 0, no timeout is going to be set.
*/
timeout: 30000,
timeout: null,

@@ -30,0 +31,0 @@ /**

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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