@types/dropzone
Advanced tools
Comparing version 5.0.6 to 5.0.7
@@ -218,4 +218,2 @@ // Type definitions for Dropzone 5.0.0 | ||
getActiveFiles(): Dropzone.DropzoneFile[]; | ||
getFilesWithStatus(status: string): Dropzone.DropzoneFile[]; | ||
@@ -222,0 +220,0 @@ |
{ | ||
"name": "@types/dropzone", | ||
"version": "5.0.6", | ||
"version": "5.0.7", | ||
"description": "TypeScript definitions for Dropzone", | ||
@@ -58,4 +58,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "0a386d5babd95ab9095c9d38c1d24eef0cf192e000ace3076a9420e6f82ed231", | ||
"typesPublisherContentHash": "c606ef57b2e2a5d7042d543dd493776fe370ed17199b177f86315b74d5a7c1e4", | ||
"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,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 02 May 2019 21:13:21 GMT | ||
* Last updated: Mon, 14 Oct 2019 20:16:51 GMT | ||
* Dependencies: @types/jquery | ||
@@ -18,2 +18,2 @@ * 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>, PikachuEXE <https://github.com/PikachuEXE>. | ||
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>, and PikachuEXE <https://github.com/PikachuEXE>. |
16205
248