concurrify
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -132,3 +132,3 @@ (function(global, f){ | ||
if(!isOuter(this)) invalidContext(OUTERTYPE + '#ap', this, OUTERTYPE); | ||
if(!isOuter(m)) invalidArgument(OUTERTYPE + '#ap', 0, 'be a Concurrently', m); | ||
if(!isOuter(m)) invalidArgument(OUTERTYPE + '#ap', 0, 'be a ' + OUTERTYPE, m); | ||
return new Concurrently(ap(this.sequential, m.sequential)); | ||
@@ -139,3 +139,3 @@ }; | ||
if(!isOuter(this)) invalidContext(OUTERTYPE + '#alt', this, OUTERTYPE); | ||
if(!isOuter(m)) invalidArgument(OUTERTYPE + '#alt', 0, 'be a Concurrently', m); | ||
if(!isOuter(m)) invalidArgument(OUTERTYPE + '#alt', 0, 'be a ' + OUTERTYPE, m); | ||
return new Concurrently(alt(this.sequential, m.sequential)); | ||
@@ -142,0 +142,0 @@ }; |
{ | ||
"name": "concurrify", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Turn non-concurrent FantasyLand Applicatives concurrent", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0