Socket
Socket
Sign inDemoInstall

drag-drop

Package Overview
Dependencies
Maintainers
1
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 6.0.0 to 6.0.1

3

index.js

@@ -0,1 +1,2 @@

/*! drag-drop. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
module.exports = dragDrop

@@ -179,3 +180,3 @@

entries = entries.concat(Array.from(entries_))
readEntries() // continue reading entries until `readEntries` returns no more
readEntries(reader) // continue reading entries until `readEntries` returns no more
} else {

@@ -182,0 +183,0 @@ doneEntries()

{
"name": "drag-drop",
"description": "HTML5 drag & drop for humans",
"version": "6.0.0",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
"version": "6.0.1",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bugs": {

@@ -39,6 +43,20 @@ "url": "https://github.com/feross/drag-drop/issues"

"scripts": {
"example": "browserify -s DragDrop -r ./ > example/dragdrop.min.js && ecstatic example --port 4000",
"size": "browserify -s DragDrop -r ./ | minify | gzip | wc -c",
"example": "browserify -s DragDrop -r . > example/drag-drop.js && ecstatic example --port 4000",
"size": "browserify -s DragDrop -r . | minify | gzip | wc -c",
"test": "standard && tape test/*.js"
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}

@@ -38,3 +38,3 @@ # drag-drop [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

This module works in the browser with [browserify](https://browserify.org). If you do not use a bundler, you can use the [standalone script](https://bundle.run/drag-drop) directly in a `<script>` tag.
This package works in the browser with [browserify](https://browserify.org). If you do not use a bundler, you can use the [standalone script](https://bundle.run/drag-drop) directly in a `<script>` tag.

@@ -41,0 +41,0 @@ ### usage

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