html-react-parser
Advanced tools
Comparing version 5.0.8 to 5.0.9
{ | ||
"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" |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40
464457
3641