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 4.0.2 to 4.0.3

16

out/lib/taskgroup.js
// Generated by CoffeeScript 1.7.1
(function() {
var EventEmitter, Interface, Task, TaskGroup, ambi, domain, events, extendOnClass, queue, setImmediate, util, _ref,
var EventEmitter, Interface, Task, TaskGroup, ambi, csextends, domain, events, queue, util, _ref,
__hasProp = {}.hasOwnProperty,

@@ -8,8 +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 = (typeof global !== "undefined" && global !== null ? global.setImmediate : void 0) || process.nextTick;
queue = (typeof global !== "undefined" && global !== null ? global.setImmediate : void 0) || process.nextTick;
queue = process.nextTick;
ambi = require('ambi');
events = require('events');

@@ -27,4 +23,6 @@

extendOnClass = require('extendonclass').extendOnClass;
ambi = require('ambi');
csextends = require('csextends');
Interface = (function(_super) {

@@ -136,3 +134,3 @@ __extends(Interface, _super);

Task.subclass = extendOnClass;
Task.subclass = csextends;

@@ -425,3 +423,3 @@ Task.create = function() {

TaskGroup.subclass = extendOnClass;
TaskGroup.subclass = csextends;

@@ -428,0 +426,0 @@ TaskGroup.create = function() {

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

@@ -52,3 +52,3 @@ "homepage": "https://github.com/bevry/taskgroup",

"ambi": "~2.2.0",
"extendonclass": "~1.0.1"
"csextends": "~1.0.3"
},

@@ -55,0 +55,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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