{"id":28396350,"url":"https://github.com/ssbc/ssb-suggest-lite","last_synced_at":"2026-02-12T22:33:28.902Z","repository":{"id":45488266,"uuid":"348006181","full_name":"ssbc/ssb-suggest-lite","owner":"ssbc","description":"SSB secret-stack plugin for fetching profiles of authors that match a name","archived":false,"fork":false,"pushed_at":"2022-10-16T08:17:47.000Z","size":49,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-27T10:46:05.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/ssbc.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSES/CC0-1.0.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-15T14:40:50.000Z","updated_at":"2022-10-16T08:20:10.000Z","dependencies_parsed_at":"2022-07-15T06:16:16.036Z","dependency_job_id":null,"html_url":"https://github.com/ssbc/ssb-suggest-lite","commit_stats":null,"previous_names":["ssb-ngi-pointer/ssb-suggest-lite"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/ssbc/ssb-suggest-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbc%2Fssb-suggest-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbc%2Fssb-suggest-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbc%2Fssb-suggest-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbc%2Fssb-suggest-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssbc","download_url":"https://codeload.github.com/ssbc/ssb-suggest-lite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssbc%2Fssb-suggest-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29383975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T22:07:52.078Z","status":"ssl_error","status_checked_at":"2026-02-12T22:07:49.026Z","response_time":55,"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":"2025-05-31T21:38:11.721Z","updated_at":"2026-02-12T22:33:28.897Z","avatar_url":"https://github.com/ssbc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2021 Andre Staltz\n\nSPDX-License-Identifier: CC0-1.0\n--\u003e\n\n# ssb-suggest-lite\n\n\u003e An SSB secret-stack plugin for fetching profiles of authors that match a name\n\nThis is a lighter and simpler variant of [ssb-suggest](https://github.com/ssbc/ssb-suggest) built with ssb-db2. The differences with ssb-suggest are:\n\n- Supports only `ssb-db2`\n- Can only answer queries about peers you follow and `defaultIds` (does not load the cache with \"recent authors\" nor \"recent abouts\")\n- Does not contain the field `following` in the results\n\n## Install\n\n```\nnpm install ssb-suggest-lite\n```\n\n## Usage\n\n- Requires **Node.js 6.5** or higher\n- Requires `secret-stack@^6.2.0`\n- Requires `ssb-db2` and the `aboutSelf` plugin\n- Requires `ssb-friends@\u003e=4.4.4`\n\n```diff\n SecretStack({appKey: require('ssb-caps').shs})\n   .use(require('ssb-master'))\n+  .use(require('ssb-db2'))\n+  .use(require('ssb-db2/about-self'))\n+  .use(require('ssb-friends'))\n   .use(require('ssb-conn'))\n   .use(require('ssb-blobs'))\n+  .use(require('ssb-suggest-lite'))\n   .call(null, config)\n```\n\n## API\n\n`ssb.suggest.profile` works the same as with `ssb-suggest`, the only difference is that the results don't contain the field `following` nor the field `matchedName`.\n\n## License\n\nLGPL-3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssbc%2Fssb-suggest-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssbc%2Fssb-suggest-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssbc%2Fssb-suggest-lite/lists"}