@types/react-dnd-multi-backend
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -120,6 +120,7 @@ // Type definitions for react-dnd-multi-backend 4.0 | ||
/** | ||
* Primary construction function for react-dnd-multi-backend. | ||
* @param backends The list of backends in descending order of preference to use for drag and drop. | ||
* @returns A backend definition compatible with react-dnd. | ||
* Primary BackendFactory for react-dnd-multi-backend. | ||
* You must pass an object containing `backends[]` as options | ||
* @returns A backend factory compatible with react-dnd. | ||
*/ | ||
export default function(backends: Backends): BackendFactory; | ||
export const MultiBackend: BackendFactory; | ||
export default MultiBackend; |
{ | ||
"name": "@types/react-dnd-multi-backend", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for react-dnd-multi-backend", | ||
@@ -33,7 +33,7 @@ "license": "MIT", | ||
"@types/react": "*", | ||
"dnd-core": "^9.3.1", | ||
"react-dnd": "^9.3.1", | ||
"react-dnd-touch-backend": "^9.3.1" | ||
}, | ||
"typesPublisherContentHash": "83e54a6ceff2b7a40e52be4907b6891e73a3c8ee43aea973d6f05fada151c6a5", | ||
"typesPublisherContentHash": "5f4635a3fc86a07b2f2af7b10c00bfe52379960fe675f2b9078c6308ee3c3bd9", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 01 Oct 2019 15:25:39 GMT | ||
* Last updated: Thu, 10 Oct 2019 00:38:25 GMT | ||
* Dependencies: @types/react, @types/dnd-core | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
125
7885
+ Addedreact-dnd@^9.3.1
+ Added@types/hoist-non-react-statics@3.3.6(transitive)
+ Added@types/shallowequal@1.1.5(transitive)
+ Addedhoist-non-react-statics@3.3.2(transitive)
+ Addedreact@19.0.0(transitive)
+ Addedreact-dnd@9.5.1(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedscheduler@0.25.0(transitive)
+ Addedshallowequal@1.1.0(transitive)
- Removeddnd-core@^9.3.1