@types/dragula
Advanced tools
Comparing version 2.1.32 to 2.1.33
@@ -16,3 +16,3 @@ // Type definitions for dragula v2.1.2 | ||
isContainer?: (el?: Element) => boolean; | ||
moves?: (el?: Element, container?: Element, handle?: Element) => boolean; | ||
moves?: (el?: Element, container?: Element, handle?: Element, sibling?: Element) => boolean; | ||
accepts?: (el?: Element, target?: Element, source?: Element, sibling?: Element) => boolean; | ||
@@ -19,0 +19,0 @@ invalid?: (el?: Element, target?: Element) => boolean; |
{ | ||
"name": "@types/dragula", | ||
"version": "2.1.32", | ||
"version": "2.1.33", | ||
"description": "TypeScript definitions for dragula", | ||
@@ -9,7 +9,9 @@ "license": "MIT", | ||
"name": "Paul Welter", | ||
"url": "https://github.com/pwelter34" | ||
"url": "https://github.com/pwelter34", | ||
"githubUsername": "pwelter34" | ||
}, | ||
{ | ||
"name": "Yang He", | ||
"url": "https://github.com/abruzzihraig" | ||
"url": "https://github.com/abruzzihraig", | ||
"githubUsername": "abruzzihraig" | ||
} | ||
@@ -24,4 +26,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "31af2bee0062be0e7c2efee78be6dd55d13b2cb99caebb228b399ae2cb4d6236", | ||
"typesPublisherContentHash": "a581f6ddc4a9a07f36887b5e9b67b18483e1b8e018727a463218b4503a45c195", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 21:49:18 GMT | ||
* Last updated: Fri, 09 Mar 2018 00:01:00 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: dragula |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4166