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

async-queue-improved

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-queue-improved - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

index.js

@@ -67,3 +67,4 @@ var async = require('async'),

var emitterCallback = function(err, result) {
debug("Task %s complete", task.id)
debug("Task %s complete, took %dms, %d listeners",
task.id, new Date - tasks[task.id].startedAt, (tasks[task.id].emitter._events['complete'] || []).length + 1)

@@ -85,3 +86,4 @@ // store the error

emitter: new EventEmitter,
resultArgs: null
resultArgs: null,
startedAt: new Date
}

@@ -88,0 +90,0 @@

{
"name": "async-queue-improved",
"version": "0.0.1",
"version": "0.0.2",
"description": "Improved queue based `async` package",

@@ -5,0 +5,0 @@ "main": "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