Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-html-renderer

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-html-renderer - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [0.1.1](https://github.com/angeloashmore/react-html-renderer/compare/v0.1.0...v0.1.1) (2019-04-05)
# 0.1.0 (2019-04-05)

@@ -7,0 +11,0 @@

2

package.json
{
"name": "react-html-renderer",
"version": "0.1.0",
"version": "0.1.1",
"description": "React component that renders an HTML string as a React component tree",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

@@ -5,3 +5,3 @@ # react-html-renderer

**Note**: This component uses [`html-react-parser`](html-react-parser) under
**Note**: This component uses [`html-react-parser`][html-react-parser] under
the hood but makes no promises about changing the underlying library in a

@@ -75,1 +75,3 @@ future release.

| **`components`** | `PropTypes.objectOf(PropTypes.node)` | An object mapping an HTML element type to anything React can render (numbers, strings, elements, etc.). |
[html-react-parser]: https://github.com/remarkablemark/html-react-parser
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc