{"id":13422213,"url":"https://github.com/milesj/interweave","last_synced_at":"2025-10-03T20:09:58.348Z","repository":{"id":37789056,"uuid":"62011431","full_name":"milesj/interweave","owner":"milesj","description":"🌀 React library to safely render HTML, filter attributes, autowrap text with matchers, render emoji characters, and much more.","archived":false,"fork":false,"pushed_at":"2025-02-10T20:06:55.000Z","size":9511,"stargazers_count":1125,"open_issues_count":34,"forks_count":40,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-07T15:02:37.662Z","etag":null,"topics":["autolink","emoji","emoji-picker","emoji-unicode","html-parsing","interpolation","matcher","react","react-elements"],"latest_commit_sha":null,"homepage":"https://interweave.dev","language":"TypeScript","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/milesj.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"milesjohnson"}},"created_at":"2016-06-26T22:39:56.000Z","updated_at":"2025-05-05T00:10:59.000Z","dependencies_parsed_at":"2023-02-18T03:31:11.777Z","dependency_job_id":"63d6bdf7-7400-4162-9577-7dce85b447b8","html_url":"https://github.com/milesj/interweave","commit_stats":{"total_commits":829,"total_committers":15,"mean_commits":"55.266666666666666","dds":"0.10253317249698435","last_synced_commit":"f757b6e040693a2cf3d24422f1022b6858854053"},"previous_names":[],"tags_count":227,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesj%2Finterweave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesj%2Finterweave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesj%2Finterweave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesj%2Finterweave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milesj","download_url":"https://codeload.github.com/milesj/interweave/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253092170,"owners_count":21852753,"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":["autolink","emoji","emoji-picker","emoji-unicode","html-parsing","interpolation","matcher","react","react-elements"],"created_at":"2024-07-30T23:00:39.335Z","updated_at":"2025-10-03T20:09:53.301Z","avatar_url":"https://github.com/milesj.png","language":"TypeScript","readme":"# Interweave\n\n[![Build Status](https://github.com/milesj/interweave/workflows/Build/badge.svg)](https://github.com/milesj/interweave/actions?query=branch%3Amaster)\n[![npm version](https://badge.fury.io/js/interweave.svg)](https://www.npmjs.com/package/interweave)\n[![npm deps](https://david-dm.org/milesj/interweave.svg?path=packages/core)](https://www.npmjs.com/package/interweave)\n\nInterweave is a robust React library that can...\n\n- Safely render HTML without using `dangerouslySetInnerHTML`.\n- Safely strip HTML tags.\n- Automatic XSS and injection protection.\n- Clean HTML attributes using filters.\n- Interpolate components using matchers.\n- Autolink URLs, IPs, emails, and hashtags.\n- Render Emoji and emoticon characters.\n- And much more!\n\n```tsx\n\u003cInterweave content=\"This string contains \u003cb\u003eHTML\u003c/b\u003e and will safely be rendered!\" /\u003e\n```\n\n```tsx\n\u003cInterweave\n\tcontent=\"This contains a URL, https://github.com/milesj/interweave, and a hashtag, #interweave, that will be converted to an anchor link!\"\n\tmatchers={[new UrlMatcher('url'), new HashtagMatcher('hashtag')]}\n/\u003e\n```\n\n## Requirements\n\n- React 16.8+ / 17+\n- IE 11+\n- Emoji support: `fetch`, `sessionStorage`\n\n## Installation\n\nInterweave requires React as a peer dependency.\n\n```\nyarn add interweave react\n// Or\nnpm install interweave react\n```\n\n## Documentation\n\n[https://interweave.dev](https://interweave.dev)\n","funding_links":["https://ko-fi.com/milesjohnson"],"categories":["UI Components","TypeScript"],"sub_categories":["Form Components"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilesj%2Finterweave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilesj%2Finterweave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilesj%2Finterweave/lists"}