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-1 to 5.0.1-2

yarn-error.log

6

lib/HTML5Backend.js

@@ -306,2 +306,8 @@ "use strict";

dataTransfer.setData('application/json', {});
// If requested, set a DownloadURL.
var download = this.getCurrentSourceNodeOptions().download;
if (download && download.name && download.url) {
var data = "application/octet-stream:" + download.name + ":" + download.url;
dataTransfer.setData('DownloadURL', data);
}
}

@@ -308,0 +314,0 @@ catch (err) {

2

package.json
{
"name": "front-react-dnd-html5-backend",
"version": "5.0.1-1",
"version": "5.0.1-2",
"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