last-one-wins
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -28,2 +28,3 @@ module.exports = function (work) { | ||
callbacks = null | ||
if (!cbs) return | ||
for (var i = 0; i < cbs.length; i++) cbs[i](err) | ||
@@ -30,0 +31,0 @@ } |
{ | ||
"name": "last-one-wins", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Make sure the last sync call to an async function is executed after all previous ones have finished", | ||
@@ -5,0 +5,0 @@ "main": "index.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
5646
129