Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-dnd-html5-backend

Package Overview
Dependencies
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd-html5-backend - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

dist/ReactDnDHTML5Backend.js

3

lib/NativeDragSources.d.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc