Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurtgokhan/jsx-purify
Transform untrusted JSX to a safe JSX
https://github.com/kurtgokhan/jsx-purify
jsx react react-jsx sanitize sanitizer security
Last synced: about 1 month ago
JSON representation
Transform untrusted JSX to a safe JSX
- Host: GitHub
- URL: https://github.com/kurtgokhan/jsx-purify
- Owner: KurtGokhan
- License: mit
- Created: 2024-12-09T10:42:32.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T19:27:43.000Z (about 1 month ago)
- Last Synced: 2024-12-14T20:22:02.828Z (about 1 month ago)
- Topics: jsx, react, react-jsx, sanitize, sanitizer, security
- Language: TypeScript
- Homepage: http://gkurt.com/jsx-purify/
- Size: 605 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/v/jsx-purify?style=for-the-badge)](https://www.npmjs.com/package/jsx-purify)
[![NPM](https://img.shields.io/npm/l/jsx-purify?style=for-the-badge)](https://github.com/KurtGokhan/jsx-purify/blob/main/LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/KurtGokhan/jsx-purify/ci.yml?style=for-the-badge)](https://github.com/KurtGokhan/jsx-purify/actions/workflows/ci.yml)# JSX Purify
JSX Purify removes potentially unsecure components and attributes from an untrusted JSX. It is basically like DOMPurify, but instead of working on DOM elements, it works on JSX level.
[Visit the docs →](https://gkurt.com/jsx-purify/)