better-curry
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "better-curry", | ||
"main": "index.js", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "Paulo Cesar <email@pocesar.e4ward.com>" |
@@ -179,3 +179,3 @@ (function (root, factory){ | ||
case 9: | ||
return function eightArgs(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9){ | ||
return function nineArgs(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9){ | ||
return noContext ? | ||
@@ -206,3 +206,3 @@ fn( | ||
case 10: | ||
return function eightArgs(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10){ | ||
return function tenArgs(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10){ | ||
return noContext ? | ||
@@ -209,0 +209,0 @@ fn( |
{ | ||
"name": "better-curry", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Forget Function.bind and func.apply(context, arguments), performance matters! For a better curry!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
348407