{"id":15388277,"url":"https://github.com/georapbox/js-fp-utils","last_synced_at":"2026-01-20T12:33:17.214Z","repository":{"id":40752186,"uuid":"217597041","full_name":"georapbox/js-fp-utils","owner":"georapbox","description":"Javascript utilities for functional programming","archived":false,"fork":false,"pushed_at":"2023-01-06T15:41:59.000Z","size":714,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T15:34:58.675Z","etag":null,"topics":["compose","curry","flip","functional-programming","javascript","partial","partialright","pipe","utilities"],"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/georapbox.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}},"created_at":"2019-10-25T18:56:00.000Z","updated_at":"2023-03-09T01:36:07.000Z","dependencies_parsed_at":"2023-02-06T06:02:42.572Z","dependency_job_id":null,"html_url":"https://github.com/georapbox/js-fp-utils","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/georapbox/js-fp-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georapbox%2Fjs-fp-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georapbox%2Fjs-fp-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georapbox%2Fjs-fp-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georapbox%2Fjs-fp-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/georapbox","download_url":"https://codeload.github.com/georapbox/js-fp-utils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/georapbox%2Fjs-fp-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["compose","curry","flip","functional-programming","javascript","partial","partialright","pipe","utilities"],"created_at":"2024-10-01T14:56:13.696Z","updated_at":"2026-01-20T12:33:17.198Z","avatar_url":"https://github.com/georapbox.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/georapbox/js-fp-utils.svg?branch=master)](https://travis-ci.com/georapbox/js-fp-utils)\n[![Coverage Status](https://coveralls.io/repos/github/georapbox/js-fp-utils/badge.svg?branch=master)](https://coveralls.io/github/georapbox/js-fp-utils?branch=master)\n\n# js-fp-utils\n\nJavascript functional programming utilities\n\n## Utilities\n\n| Name | Description |\n|------|-------------|\n| [curry](https://github.com/georapbox/js-fp-utils/tree/master/packages/curry) | Returns a curried equivalent of the provided function. |\n| [compose](https://github.com/georapbox/js-fp-utils/tree/master/packages/compose) | Performs right-to-left function composition. |\n| [flip](https://github.com/georapbox/js-fp-utils/tree/master/packages/flip) | Creates a function that invokes the original function with its parameters reversed. |\n| [partial](https://github.com/georapbox/js-fp-utils/tree/master/packages/partial) | Creates a new function that invokes the provided function with `partials` **prepended** to the arguments it receives. |\n| [partialRight](https://github.com/georapbox/js-fp-utils/tree/master/packages/partialRight) | Creates a new function that invokes the provided function with `partials` **appended** to the arguments it receives. |\n| [pipe](https://github.com/georapbox/js-fp-utils/tree/master/packages/pipe) | Performs left-to-right function composition. |\n| [trace](https://github.com/georapbox/js-fp-utils/tree/master/packages/trace) | Inspect the values between functions in a point-free style when using function composition. |\n\n## Tests\n\n```sh\n$ npm run test\n```\n\n## License\n\n[The MIT License (MIT)](https://georapbox.mit-license.org/@2019)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorapbox%2Fjs-fp-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeorapbox%2Fjs-fp-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeorapbox%2Fjs-fp-utils/lists"}