Comparing version 4.0.2 to 4.0.3
@@ -1362,2 +1362,6 @@ //// ____ _ _ | ||
check$hook$g(consumption, _this._consume, resource); | ||
const cancelConsume = consumption._f( | ||
x => disposer(_ => rej(x)), | ||
x => disposer(_ => res(x)) | ||
); | ||
cancel = function FutureHook$fork$cancelConsume(){ | ||
@@ -1368,6 +1372,2 @@ disposer(noop)(); | ||
} | ||
const cancelConsume = consumption._f( | ||
x => disposer(_ => rej(x)), | ||
x => disposer(_ => res(x)) | ||
); | ||
}); | ||
@@ -1374,0 +1374,0 @@ cancel = cancel || cancelAcquire; |
{ | ||
"name": "fluture", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "FantasyLand compliant (monadic) alternative to Promises", | ||
@@ -5,0 +5,0 @@ "main": "fluture.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