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.1 to 3.3.2

3

History.md
## History
- v3.3.2 November 19, 2013
- Don't add or create empty tasks and groups
- v3.3.1 November 6, 2013

@@ -4,0 +7,0 @@ - Fixed child event bubbling by using duck typing (regression since v3.3.0)

@@ -374,2 +374,5 @@ // Generated by CoffeeScript 1.6.3

me = this;
if (!item) {
return null;
}
item.setConfig({

@@ -433,2 +436,5 @@ parent: this

args = 1 <= arguments.length ? __slice.call(arguments, 0) : [];
if (!args[0]) {
return null;
}
if (((_ref = args[0]) != null ? _ref.type : void 0) === 'task') {

@@ -470,2 +476,5 @@ return args[0];

args = 1 <= arguments.length ? __slice.call(arguments, 0) : [];
if (!args[0]) {
return null;
}
if (((_ref = args[0]) != null ? _ref.type : void 0) === 'taskgroup') {

@@ -472,0 +481,0 @@ return args[0];

2

package.json
{
"title": "TaskGroup",
"name": "taskgroup",
"version": "3.3.1",
"version": "3.3.2",
"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",

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