🚨 Shai-Hulud Strikes Again:More than 500 packages and 700+ versions compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@burst/react-html-parser

Package Overview
Dependencies
Maintainers
7
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@burst/react-html-parser

React HTML parse

latest
npmnpm
Version
1.0.4
Version published
Maintainers
7
Created
Source

@burst/react-html-parser

The React HTML Parser does what it says it does. It will take HTML as a string as an input and output an React element with all the HTML as HTML elements.

Usage

import reactHtmlParser from '@burst/react-html-parser';

render( 
    <ReactHTMLParser components={{}}>{'<p>Hello</p>'}</ReactHTMLParser>,
);

FAQs

Package last updated on 12 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts