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.3.7 to 3.3.8

8

out/lib/taskgroup.js

@@ -160,5 +160,9 @@ // Generated by CoffeeScript 1.7.1

fire = function() {
var err;
var err, _ref1;
try {
return ambi.apply(null, [me.config.method.bind(me)].concat(__slice.call(args)));
if ((_ref1 = me.config.method) != null ? _ref1.bind : void 0) {
return ambi.apply(null, [me.config.method.bind(me)].concat(__slice.call(args)));
} else {
throw new Error("The task " + me.config.name + " was fired but has no method to fire");
}
} catch (_error) {

@@ -165,0 +169,0 @@ err = _error;

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

@@ -54,5 +54,5 @@ "homepage": "https://github.com/bevry/taskgroup",

"coffee-script": "~1.7.1",
"joe": "~1.3.0",
"joe": "~1.3.2",
"joe-reporter-console": "~1.2.1",
"chai": "~1.8.1",
"chai": "~1.9.0",
"projectz": "~0.3.9"

@@ -59,0 +59,0 @@ },

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