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

@types/dropzone

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/dropzone - npm Package Compare versions

Comparing version 4.3.30 to 4.3.31

12

dropzone/index.d.ts

@@ -98,4 +98,4 @@ // Type definitions for Dropzone 4.3.0

sending?(file:DropzoneFile, xhr:XMLHttpRequest, formData:{}):void;
sendingmultiple?(files:DropzoneFile[], xhr:XMLHttpRequest, formData:{}):void;
sending?(file:DropzoneFile, xhr:XMLHttpRequest, formData:FormData):void;
sendingmultiple?(files:DropzoneFile[], xhr:XMLHttpRequest, formData:FormData):void;

@@ -210,4 +210,4 @@ success?(file: DropzoneFile, response: Object|string): void;

on(eventName:"sending", callback:(file:DropzoneFile, xhr:XMLHttpRequest, formData:{}) => any):void;
on(eventName:"sendingmultiple", callback:(files:DropzoneFile[], xhr:XMLHttpRequest, formData:{}) => any):void;
on(eventName:"sending", callback:(file:DropzoneFile, xhr:XMLHttpRequest, formData:FormData) => any):void;
on(eventName:"sendingmultiple", callback:(files:DropzoneFile[], xhr:XMLHttpRequest, formData:FormData) => any):void;

@@ -251,4 +251,4 @@ on(eventName:"success", callback:(file:DropzoneFile) => any):void;

emit(eventName:"sending", file:DropzoneFile, xhr:XMLHttpRequest, formData:{}):void;
emit(eventName:"sendingmultiple", files:DropzoneFile[], xhr:XMLHttpRequest, formData:{}):void;
emit(eventName:"sending", file:DropzoneFile, xhr:XMLHttpRequest, formData:FormData):void;
emit(eventName:"sendingmultiple", files:DropzoneFile[], xhr:XMLHttpRequest, formData:FormData):void;

@@ -255,0 +255,0 @@ emit(eventName:"success", file:DropzoneFile):void;

{
"name": "@types/dropzone",
"version": "4.3.30",
"version": "4.3.31",
"description": "TypeScript definitions for Dropzone 4.3.0",

@@ -17,3 +17,3 @@ "license": "MIT",

"typings": "index.d.ts",
"typesPublisherContentHash": "b0cfee3fe2a4686ddf706f6224f36fdbd1ede8a625ac68a2def3d43362b4ea34"
"typesPublisherContentHash": "5d208de3f80536ff9ece104cc07e976b1e0740f327dfce02a685fcfb4c1d7e72"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:58 GMT
* Last updated: Wed, 21 Sep 2016 20:25:54 GMT
* File structure: Mixed

@@ -14,0 +14,0 @@ * Library Dependencies: jquery

@@ -26,3 +26,3 @@ {

"hasPackageJson": false,
"contentHash": "b0cfee3fe2a4686ddf706f6224f36fdbd1ede8a625ac68a2def3d43362b4ea34"
"contentHash": "5d208de3f80536ff9ece104cc07e976b1e0740f327dfce02a685fcfb4c1d7e72"
}
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