react-dnd-html5-backend
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -0,1 +1,2 @@ | ||
import { DragDropMonitor } from 'dnd-core'; | ||
export declare function createNativeDragSource(type: any): { | ||
@@ -7,3 +8,3 @@ new (): { | ||
beginDrag(): any; | ||
isDragging(monitor: any, handle: string): boolean; | ||
isDragging(monitor: DragDropMonitor, handle: string): boolean; | ||
endDrag(): void; | ||
@@ -10,0 +11,0 @@ }; |
{ | ||
"name": "react-dnd-html5-backend", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "HTML5 backend for React DnD", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"autobind-decorator": "^2.1.0", | ||
"dnd-core": "^4.0.2", | ||
"dnd-core": "^4.0.3", | ||
"lodash": "^4.17.10", | ||
@@ -36,4 +36,4 @@ "shallowequal": "^1.0.2" | ||
"react": "^16.4.0", | ||
"react-dnd": "^4.0.2", | ||
"react-dnd-test-backend": "^4.0.2", | ||
"react-dnd": "^4.0.3", | ||
"react-dnd-test-backend": "^4.0.3", | ||
"rimraf": "^2.6.2", | ||
@@ -40,0 +40,0 @@ "ts-loader": "^4.2.0", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
275082
2384
38
1
Updateddnd-core@^4.0.3