New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dubdrop

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dubdrop - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

lib/index.js

@@ -59,3 +59,6 @@ /**

_.each(settings.tasks, function (task) {
q.defer(task, file);
q.defer(function (file, callback) {
task.call(this, file);
callback(null, file);
}, file);
})

@@ -62,0 +65,0 @@ });

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Simple drag and drop file handler.",
"version": "0.0.2",
"version": "0.0.3",
"homepage": "https://github.com/derekr/dubdrop",

@@ -8,0 +8,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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