taskgroup
Advanced tools
Comparing version 3.3.4 to 3.3.5
# History | ||
- v3.3.5 November 28, 2013 | ||
- Re-added Node.js v0.8 support (regression since v3.3.3) | ||
- v3.3.4 November 27, 2013 | ||
@@ -4,0 +7,0 @@ - Fixed the v3.3.3 fix |
// Generated by CoffeeScript 1.6.3 | ||
(function() { | ||
var EventEmitter, Task, TaskGroup, ambi, domain, err, events, | ||
var EventEmitter, Task, TaskGroup, ambi, domain, err, events, setImmediate, | ||
__hasProp = {}.hasOwnProperty, | ||
@@ -8,2 +8,4 @@ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, | ||
setImmediate = setImmediate || process.nextTick; | ||
ambi = require('ambi'); | ||
@@ -10,0 +12,0 @@ |
{ | ||
"title": "TaskGroup", | ||
"name": "taskgroup", | ||
"version": "3.3.4", | ||
"version": "3.3.5", | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
62776
620
22