Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

better-curry

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-curry - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

bower.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc