Socket
Socket
Sign inDemoInstall

taskgroup

Package Overview
Dependencies
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taskgroup - npm Package Versions

1
1214

3.3.5

Diff

Changelog

Source

v3.3.5 2013 November 28

  • Re-added Node.js v0.8 support (regression since v3.3.3)
balupton
published 3.3.4 •

Changelog

Source

v3.3.4 2013 November 27

  • Fixed the v3.3.3 fix
balupton
published 3.3.3 •

Changelog

Source

v3.3.3 2013 November 27

  • 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
balupton
published 3.3.2 •

Changelog

Source

v3.3.2 2013 November 19

  • Don't add or create empty tasks and groups
balupton
published 3.3.1 •

Changelog

Source

v3.3.1 2013 November 6

  • Fixed child event bubbling by using duck typing (regression since v3.3.0)
  • Better error handling on uncaught task exceptions
  • Tasks will now get a default name set to ease debugging
balupton
published 3.3.0 •

Changelog

Source

v3.3.0 2013 November 1

  • Bindings are now more explicit
  • Improved configuration parsing
  • Configuration is now accessed via getConfig()
  • Dropped component.io and bower support, just use ender or browserify
balupton
published 3.2.4 •

Changelog

Source

v3.2.4 2013 October 27

  • Re-packaged
balupton
published 3.2.3 •

Changelog

Source

v3.2.3 2013 September 18

  • Fixed cyclic dependency problem on windows (since v2.1.3)
  • Added bower support
balupton
published 3.2.2 •

Changelog

Source

v3.2.2 2013 September 18

  • Component.io compatibility
balupton
published 3.2.0 •

Changelog

Source

v3.2.0 2013 August 19

  • Wrapped Task execution in a domain to catch uncaught errors within the task execution, as well as added checks to ensure the completion callback does not fire multiple times
    • These will be reported via the error event that the Task will emit
      • If the Task is part of a TaskGroup, the TaskGroup will listen for this, kill the TaskGroup and emit an error event on the TaskGroup
  • Moved from EventEmitter2 to node's own EventEmitter to ensure domain compatibility
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