fairmont-helpers
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -87,6 +87,3 @@ // Generated by CoffeeScript 1.10.0 | ||
insert = curry(binary(function(ax, a, i) { | ||
if (i == null) { | ||
i = 0; | ||
} | ||
insert = curry(ternary(function(ax, a, i) { | ||
ax.splice(i, 0, a); | ||
@@ -93,0 +90,0 @@ return ax; |
{ | ||
"name": "fairmont-helpers", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Functional and reactive programming for JavaScript.", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
42318
963