@types/dropzone
Advanced tools
Comparing version 4.3.32 to 4.3.33
@@ -27,2 +27,3 @@ // Type definitions for Dropzone 4.3.0 | ||
accepted: boolean; | ||
xhr?: XMLHttpRequest; | ||
} | ||
@@ -29,0 +30,0 @@ |
{ | ||
"name": "@types/dropzone", | ||
"version": "4.3.32", | ||
"description": "TypeScript definitions for Dropzone 4.3.0", | ||
"version": "4.3.33", | ||
"description": "TypeScript definitions for Dropzone", | ||
"license": "MIT", | ||
@@ -16,4 +16,5 @@ "author": "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>", | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "233545dc7b8548ae7163467698a3262915ac974e1dab92e94e0d50584c1703e0" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "40da91eb914535753e78e672147df88403e42e2678db8f25836148e4445b7cb5", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,10 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Dropzone 4.3.0 (http://www.dropzonejs.com/). | ||
This package contains type definitions for Dropzone (http://www.dropzonejs.com/). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/dropzone | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/dropzone | ||
Additional Details | ||
* Last updated: Fri, 23 Sep 2016 17:58:34 GMT | ||
* File structure: Mixed | ||
* Last updated: Tue, 27 Dec 2016 23:38:43 GMT | ||
* Library Dependencies: jquery | ||
@@ -15,0 +14,0 @@ * Module Dependencies: none |
{ | ||
"authors": "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>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
@@ -8,10 +7,10 @@ "jquery" | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "4", | ||
"libraryMinorVersion": "3", | ||
"libraryName": "Dropzone 4.3.0", | ||
"libraryMajorVersion": 4, | ||
"libraryMinorVersion": 3, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "Dropzone", | ||
"typingsPackageName": "dropzone", | ||
"projectName": "http://www.dropzonejs.com/", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "Mixed", | ||
"sourceBranch": "master", | ||
"globals": [ | ||
@@ -27,3 +26,3 @@ "Dropzone" | ||
"hasPackageJson": false, | ||
"contentHash": "233545dc7b8548ae7163467698a3262915ac974e1dab92e94e0d50584c1703e0" | ||
"contentHash": "40da91eb914535753e78e672147df88403e42e2678db8f25836148e4445b7cb5" | ||
} |
11935
18