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

html-react-parser

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-react-parser - npm Package Compare versions

Comparing version 5.0.8 to 5.0.9

esm/attributes-to-props.d.mts

5

package.json
{
"name": "html-react-parser",
"version": "5.0.8",
"version": "5.0.9",
"description": "HTML to React parser.",

@@ -8,6 +8,4 @@ "author": "Mark <mark@remarkablemark.org>",

"module": "./esm/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./esm/index.mjs",

@@ -17,3 +15,2 @@ "require": "./lib/index.js"

"./lib/*": {
"types": "./lib/*.d.ts",
"import": "./esm/*.mjs",

@@ -20,0 +17,0 @@ "default": "./lib/*.js"

2

README.md

@@ -391,3 +391,3 @@ # html-react-parser

> [!WARNING]
> `htmlparser2` options _**do not** work on the client-side_ (browser) and the options _**only work** on the server-side_ (Node.js). By overriding the options, it could cause universal rendering to break.
> `htmlparser2` options _**don't work** on the client-side_ (browser) and they _**only work** on the server-side_ (Node.js). By overriding the options, it can break universal rendering.

@@ -394,0 +394,0 @@ Default [htmlparser2 options](https://github.com/fb55/htmlparser2/wiki/Parser-options#option-xmlmode) can be overridden in >=[0.12.0](https://github.com/remarkablemark/html-react-parser/tree/v0.12.0).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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