{"id":41518518,"url":"https://github.com/macklinu/neverthrow","last_synced_at":"2026-01-23T20:43:46.453Z","repository":{"id":300245179,"uuid":"1005661811","full_name":"macklinu/neverthrow","owner":"macklinu","description":"A collection of utilities used alongside neverthrow","archived":false,"fork":false,"pushed_at":"2025-09-29T19:32:03.000Z","size":199,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T21:39:22.738Z","etag":null,"topics":["neverthrow"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/macklinu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-06-20T15:37:26.000Z","updated_at":"2025-09-01T14:16:00.000Z","dependencies_parsed_at":"2025-06-20T16:41:48.309Z","dependency_job_id":"6762f6a8-c8d2-44da-bc73-60e4b88419bd","html_url":"https://github.com/macklinu/neverthrow","commit_stats":null,"previous_names":["macklinu/neverthrow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/macklinu/neverthrow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macklinu%2Fneverthrow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macklinu%2Fneverthrow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macklinu%2Fneverthrow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macklinu%2Fneverthrow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macklinu","download_url":"https://codeload.github.com/macklinu/neverthrow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macklinu%2Fneverthrow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28699768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"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":["neverthrow"],"created_at":"2026-01-23T20:43:46.369Z","updated_at":"2026-01-23T20:43:46.441Z","avatar_url":"https://github.com/macklinu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @macklinu/neverthrow\n\n\u003e A collection of utilities used alongside [neverthrow](https://github.com/supermacro/neverthrow)\n\n## Installation\n\n```sh\npnpm add neverthrow @macklinu/neverthrow\n```\n\n## Usage\n\nThis library is grouped into various modules by scope or library.\n\n### `/zod`\n\nIf using this module, ensure you have [`zod`](https://zod.dev/) installed.\n\n```sh\npnpm add zod\n```\n\n#### `zodParse()`\n\nA wrapper around zod/v4's schema parsing functionality to convert it into a `Result`.\n\n```ts\nimport { zodParse } from '@macklinu/neverthrow/zod'\nimport { z } from 'zod/v4'\n\nconst Schema = z.string()\n\nzodParse(Schema, 'hello') // =\u003e ok('hello')\nzodParse(Schema, 1) // =\u003e err(z.ZodError)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacklinu%2Fneverthrow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacklinu%2Fneverthrow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacklinu%2Fneverthrow/lists"}