@types/dropzone
Advanced tools
Comparing version 5.0.4 to 5.0.5
@@ -10,2 +10,3 @@ // Type definitions for Dropzone 5.0.0 | ||
// Daniel Waxweiler <https://github.com/dwaxweiler> | ||
// PikachuEXE <https://github.com/PikachuEXE> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -146,2 +147,4 @@ // TypeScript Version: 2.3 | ||
transformFile?(file: DropzoneFile, done: (file: string | Blob) => void): void; | ||
previewTemplate?: string; | ||
@@ -148,0 +151,0 @@ } |
{ | ||
"name": "@types/dropzone", | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"description": "TypeScript definitions for Dropzone", | ||
@@ -40,8 +40,15 @@ "license": "MIT", | ||
"githubUsername": "dwaxweiler" | ||
}, | ||
{ | ||
"name": "PikachuEXE", | ||
"url": "https://github.com/PikachuEXE", | ||
"githubUsername": "PikachuEXE" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/dropzone" | ||
}, | ||
@@ -52,4 +59,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "92aad9267bb116a06264513b9851ceb1de976dac6f3e3f16e12f031b5dcd2dff", | ||
"typesPublisherContentHash": "9c2efb974c52a758881db37cfab2931032c6d69fdc1f2e56771eb5885bc6f2ed", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Dropzone (http://www.dropzonejs.com/). | ||
This package contains type definitions for Dropzone ( http://www.dropzonejs.com/ ). | ||
@@ -12,7 +12,7 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 07 Jun 2018 19:55:41 GMT | ||
* Dependencies: jquery | ||
* Last updated: Wed, 01 May 2019 17:35:30 GMT | ||
* Dependencies: @types/jquery | ||
* Global values: Dropzone | ||
# Credits | ||
These definitions were written by Natan Vivo <https://github.com/nvivo>, Andy Hawkins <https://github.com/a904guy/,http://a904guy.com/,http://www.bmbsqd.com>, Vasya Aksyonov <https://github.com/outring>, Simon Huber <https://github.com/renuo>, Sebastiaan de Rooij <https://github.com/Hikariii>, Ted Bicknell <https://github.com/tedbcsgpro>, Daniel Waxweiler <https://github.com/dwaxweiler>. | ||
These definitions were written by Natan Vivo <https://github.com/nvivo>, Andy Hawkins <https://github.com/a904guy/,http://a904guy.com/,http://www.bmbsqd.com>, Vasya Aksyonov <https://github.com/outring>, Simon Huber <https://github.com/renuo>, Sebastiaan de Rooij <https://github.com/Hikariii>, Ted Bicknell <https://github.com/tedbcsgpro>, Daniel Waxweiler <https://github.com/dwaxweiler>, PikachuEXE <https://github.com/PikachuEXE>. |
Sorry, the diff of this file is not supported yet
16233
249