Comparing version 3.7.0 to 3.8.0
@@ -741,6 +741,13 @@ /** | ||
* @returns {Dictionary} | ||
* @property {Number?} timeout | ||
* @property {Array?} @of {Dictionary} interruptions | ||
* @property {String} type | ||
* @property {String|Dictionary|Array} rule | ||
* @property {String|Function?} handler | ||
* @property {Boolean} isThenable | ||
*/ | ||
Deferred.prototype.getInvocationInfo = function (){ | ||
return { | ||
timeout: this._timeout | ||
timeout: this._timeout, | ||
interruptions: this._userlandAfterExecLCs | ||
}; | ||
@@ -747,0 +754,0 @@ }; |
{ | ||
"name": "parley", | ||
"version": "3.7.0", | ||
"version": "3.8.0", | ||
"description": "Practical, lightweight flow control for Node.js. Supports `await`, callbacks and promises.", | ||
@@ -5,0 +5,0 @@ "main": "lib/parley.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
221511
3232