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

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 2.5.0 to 2.6.0

dragdrop.min.js

13

package.json
{
"name": "drag-drop",
"description": "HTML5 drag & drop for humans",
"version": "2.5.0",
"version": "2.6.0",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",

@@ -11,10 +11,10 @@ "bugs": {

"blob-to-buffer": "^1.0.2",
"flatten": "0.0.1",
"flatten": "^1.0.2",
"run-parallel": "^1.0.0"
},
"devDependencies": {
"browserify": "^10.2.1",
"browserify": "^13.0.0",
"html-inline": "^1.2.0",
"node-static": "^0.7.6",
"standard": "^4.5.2",
"standard": "^5.4.1",
"tape": "^4.0.0",

@@ -45,7 +45,4 @@ "uglify-js": "^2.4.15"

"example": "npm run build && static",
"build": "browserify -s DragDrop -r ./ | uglifyjs -c warnings=false -m > dragdrop.bundle.js"
},
"standard": {
"ignore": "dragdrop.bundle.js"
"build": "browserify -s DragDrop -r ./ | uglifyjs -c warnings=false -m > dragdrop.min.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