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

front-react-dnd-html5-backend

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.0.1-6 to 5.0.1-7

6

lib/HTML5Backend.js

@@ -314,4 +314,6 @@ "use strict";

}
if (text)
dataTransfer.setData('Text', text);
if (text) {
var transferText = (typeof text === 'function') ? text() : text.toString();
dataTransfer.setData('Text', transferText);
}
}

@@ -318,0 +320,0 @@ catch (err) {

{
"name": "front-react-dnd-html5-backend",
"version": "5.0.1-6",
"version": "5.0.1-7",
"description": "HTML5 backend for React DnD",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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