{"id":43223716,"url":"https://github.com/interledger-deprecated/ilp-compat-plugin","last_synced_at":"2026-02-01T09:17:47.405Z","repository":{"id":57271844,"uuid":"112507657","full_name":"interledger-deprecated/ilp-compat-plugin","owner":"interledger-deprecated","description":"Convert a Ledger Plugin Interface (LPI) version 1 plugin to LPIv2","archived":false,"fork":false,"pushed_at":"2017-12-28T18:20:21.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-20T23:51:30.494Z","etag":null,"topics":[],"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/interledger-deprecated.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}},"created_at":"2017-11-29T17:40:56.000Z","updated_at":"2019-02-06T16:51:59.000Z","dependencies_parsed_at":"2022-09-11T13:04:38.435Z","dependency_job_id":null,"html_url":"https://github.com/interledger-deprecated/ilp-compat-plugin","commit_stats":null,"previous_names":["justmoon/ilp-compat-plugin"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/interledger-deprecated/ilp-compat-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-compat-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-compat-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-compat-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-compat-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/interledger-deprecated","download_url":"https://codeload.github.com/interledger-deprecated/ilp-compat-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/interledger-deprecated%2Filp-compat-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28974585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T08:16:14.655Z","status":"ssl_error","status_checked_at":"2026-02-01T08:06:51.373Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-02-01T09:17:46.769Z","updated_at":"2026-02-01T09:17:47.400Z","avatar_url":"https://github.com/interledger-deprecated.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ilp-plugin-compat\n\n\u003e ILP plugin compatibility layer\n\nTurns any LPI1 plugin into an LPI2 plugin.\n\n## Usage\n\n``` js\nconst compat = require('ilp-compat-plugin')\n\nconst Plugin = require('some-old-plugin')\n\nconst plugin = compat(new Plugin({ ... }))\n\nconsole.log(plugin.constructor.version) // =\u003e 2\n\n// Use LPI2\nconst { fulfillment, data } = await plugin.sendTransfer({ ... })\n\n```\n\nNote that it's safe to pass LPI2 plugins to compat, it will simply become a no-op.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger-deprecated%2Filp-compat-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finterledger-deprecated%2Filp-compat-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finterledger-deprecated%2Filp-compat-plugin/lists"}