fairmont-helpers
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -87,8 +87,11 @@ // Generated by CoffeeScript 1.10.0 | ||
insert = curry(function(i, a, ax) { | ||
insert = curry(binary(function(ax, a, i) { | ||
if (i == null) { | ||
i = 0; | ||
} | ||
ax.splice(i, 0, a); | ||
return ax; | ||
}); | ||
})); | ||
remove = curry(function(a, ax) { | ||
remove = curry(function(ax, a) { | ||
var i; | ||
@@ -95,0 +98,0 @@ if ((i = ax.indexOf(a)) !== -1) { |
{ | ||
"name": "fairmont-helpers", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"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
42358
966