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

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.2.0 to 3.2.2

8

out/lib/taskgroup.js

@@ -117,3 +117,9 @@ // Generated by CoffeeScript 1.6.3

this.taskDomain.run(function() {
return ambi.apply(null, [_this.method.bind(_this)].concat(__slice.call(args)));
var err;
try {
return ambi.apply(null, [_this.method.bind(_this)].concat(__slice.call(args)));
} catch (_error) {
err = _error;
return _this.uncaughtExceptionCallback(err);
}
});

@@ -120,0 +126,0 @@ return this;

96

package.json
{
"name": "taskgroup",
"version": "3.2.0",
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.",
"homepage": "https://github.com/bevry/taskgroup",
"keywords": [
"flow",
"control",
"async",
"sync",
"tasks",
"batch",
"concurrency"
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"bugs": {
"url": "https://github.com/bevry/taskgroup/issues"
},
"repository" : {
"type": "git",
"url": "http://github.com/bevry/taskgroup.git"
},
"engines" : {
"node": ">=0.4"
},
"dependencies": {
"ambi": "~2.1.0"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"joe": "~1.3.0",
"joe-reporter-console": "~1.2.1",
"chai": "~1.7.1"
},
"directories": {
"lib": "./out/lib"
},
"scripts": {
"test": "node ./out/test/taskgroup-test.js"
},
"main": "./out/lib/taskgroup.js"
}
"name": "taskgroup",
"version": "3.2.2",
"description": "Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.",
"homepage": "https://github.com/bevry/taskgroup",
"keywords": [
"flow",
"control",
"async",
"sync",
"tasks",
"batch",
"concurrency"
],
"author": "Bevry Pty Ltd <us@bevry.me> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)"
],
"bugs": {
"url": "https://github.com/bevry/taskgroup/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/bevry/taskgroup.git"
},
"license": "MIT",
"engines": {
"node": ">=0.4"
},
"dependencies": {
"ambi": "~2.1.0"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"joe": "~1.3.0",
"joe-reporter-console": "~1.2.1",
"chai": "~1.7.1"
},
"directories": {
"lib": "./out/lib"
},
"scripts": {
"preinstall": "node -e \"if(require('fs').existsSync('./.git')){ require('child_process').spawn('npm', ['install','--force',require('./package.json').name], {env:process.env,cwd:process.cwd(),stdio:'inherit'}); }\"",
"test": "node ./out/test/everything-test.js"
},
"main": "./out/lib/taskgroup.js"
}
# Task Group
[![Build Status](https://secure.travis-ci.org/bevry/taskgroup.png?branch=master)](http://travis-ci.org/bevry/taskgroup)
[![NPM version](https://badge.fury.io/js/taskgroup.png)](https://npmjs.org/package/taskgroup)
[![Flattr this project](https://raw.github.com/balupton/flattr-buttons/master/badge-89x18.gif)](http://flattr.com/thing/344188/balupton-on-Flattr)
[![Build Status](https://secure.travis-ci.org/bevry/taskgroup.png?branch=master)](http://travis-ci.org/bevry/taskgroup "Check this project's build status on TravisCI")
[![NPM version](https://badge.fury.io/js/taskgroup.png)](https://npmjs.org/package/taskgroup "View this project on NPM")
[![Gittip donate button](http://badgr.co/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip")
[![Flattr donate button](https://raw.github.com/balupton/flattr-buttons/master/badge-89x18.gif)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://www.paypalobjects.com/en_AU/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")

@@ -7,0 +9,0 @@ Group together synchronous and asynchronous tasks and execute them with support for concurrency, naming, and nesting.

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