Socket
Socket
Sign inDemoInstall

drag-drop

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drag-drop - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

6

index.js

@@ -57,2 +57,4 @@ /*! drag-drop. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */

textItems = types.filter(item => item.startsWith('text/'))
} else {
return false
}

@@ -63,4 +65,6 @@

if (fileItems.length === 0 && textItems.length === 0) return false
return true
}
return true
return false
}

@@ -67,0 +71,0 @@

2

package.json
{
"name": "drag-drop",
"description": "HTML5 drag & drop for humans",
"version": "7.0.0",
"version": "7.0.1",
"author": {

@@ -6,0 +6,0 @@ "name": "Feross Aboukhadijeh",

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