Socket
Socket
Sign inDemoInstall

taskgroup

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taskgroup - npm Package Compare versions

Comparing version 3.3.3 to 3.3.4

3

History.md
# History
- v3.3.4 November 27, 2013
- Fixed the v3.3.3 fix
- v3.3.3 November 27, 2013

@@ -4,0 +7,0 @@ - Fixed possible "(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral." error under certain circumstances

2

out/lib/taskgroup.js

@@ -266,3 +266,3 @@ // Generated by CoffeeScript 1.6.3

this.setConfig(opts);
setImmediate(this.fire.bind(this));
process.nextTick(this.fire.bind(this));
this.on('item.complete', this.itemCompletionCallback.bind(this));

@@ -269,0 +269,0 @@ this.on('item.error', this.itemUncaughtExceptionCallback.bind(this));

{
"title": "TaskGroup",
"name": "taskgroup",
"version": "3.3.3",
"version": "3.3.4",
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/bevry/taskgroup",

@@ -10,2 +10,3 @@ <!-- TITLE/ -->

[![Build Status](http://img.shields.io/travis-ci/bevry/taskgroup.png?branch=master)](http://travis-ci.org/bevry/taskgroup "Check this project's build status on TravisCI")
[![NPM version](http://badge.fury.io/js/taskgroup.png)](https://npmjs.org/package/taskgroup "View this project on NPM")

@@ -40,2 +41,3 @@ [![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip")

## Contents

@@ -42,0 +44,0 @@

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