@types/dropzone
Advanced tools
Comparing version 4.3.30 to 4.3.31
@@ -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" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11719
0