{"id":27942560,"url":"https://github.com/kozlown/super-curry","last_synced_at":"2026-04-22T21:36:21.793Z","repository":{"id":100782543,"uuid":"131067327","full_name":"kozlown/super-curry","owner":"kozlown","description":"Optimized utility to currify any function 🔥","archived":false,"fork":false,"pushed_at":"2018-05-30T08:51:37.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T11:57:08.760Z","etag":null,"topics":["curry","es6","javascript","library","npm","optimized","package","partial-application","utility"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kozlown.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-04-25T21:47:29.000Z","updated_at":"2018-08-06T07:08:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"d3c9f310-0172-4825-86a0-dde5fdc357ef","html_url":"https://github.com/kozlown/super-curry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kozlown/super-curry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kozlown%2Fsuper-curry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kozlown%2Fsuper-curry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kozlown%2Fsuper-curry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kozlown%2Fsuper-curry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kozlown","download_url":"https://codeload.github.com/kozlown/super-curry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kozlown%2Fsuper-curry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262208720,"owners_count":23275460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["curry","es6","javascript","library","npm","optimized","package","partial-application","utility"],"created_at":"2025-05-07T11:57:07.266Z","updated_at":"2026-04-22T21:36:16.493Z","avatar_url":"https://github.com/kozlown.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# super-curry [![Build Status](https://travis-ci.com/kozlown/super-curry.svg?branch=master)](https://travis-ci.com/kozlown/super-curry)\nOptimized utility to currify any function.\n\n## Examples\n\nSee it in action [here](https://repl.it/@kozlown/super-curry)\n\n```js\nimport curry from 'super-curry'\n\nconst linear = curry(\n  (a, x, b) =\u003e a * x + b\n)\n\n// it can be called normally\nconsole.info(linear(2, 6, 3))\n// 2 * 6 + 3 = 15\n\n// with simple partial application\nconst linearBy4 = linear(4)\nconsole.info(linearBy4(5, 2))\n// 4 * 5 + 2 = 22\n\n// or with placeholder(s)\nconst linearBy4Plus2 = linear(4, curry, 2)\n// linearBy4(curry, 2) works too\nconsole.info(linearBy4Plus2(6))\n// 4 * 6 + 2 = 26\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkozlown%2Fsuper-curry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkozlown%2Fsuper-curry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkozlown%2Fsuper-curry/lists"}