html-react-parser
Advanced tools
Comparing version 5.0.7 to 5.0.8
{ | ||
"name": "html-react-parser", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"description": "HTML to React parser.", | ||
@@ -56,3 +56,3 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"domhandler": "5.0.3", | ||
"html-dom-parser": "5.0.4", | ||
"html-dom-parser": "5.0.5", | ||
"react-property": "2.0.2", | ||
@@ -68,11 +68,11 @@ "style-to-js": "1.1.10" | ||
"@rollup/plugin-typescript": "11.1.5", | ||
"@size-limit/preset-big-lib": "11.0.0", | ||
"@size-limit/preset-big-lib": "11.0.1", | ||
"@types/benchmark": "2.1.5", | ||
"@types/jest": "29.5.10", | ||
"@types/react": "18.2.41", | ||
"@types/react-dom": "18.2.17", | ||
"@typescript-eslint/eslint-plugin": "6.13.1", | ||
"@typescript-eslint/parser": "6.13.1", | ||
"@types/jest": "29.5.11", | ||
"@types/react": "18.2.45", | ||
"@types/react-dom": "18.2.18", | ||
"@typescript-eslint/eslint-plugin": "6.14.0", | ||
"@typescript-eslint/parser": "6.14.0", | ||
"benchmark": "2.1.4", | ||
"eslint": "8.55.0", | ||
"eslint": "8.56.0", | ||
"eslint-plugin-prettier": "5.0.1", | ||
@@ -84,9 +84,9 @@ "husky": "8.0.3", | ||
"pinst": "3.0.0", | ||
"preact": "10.19.2", | ||
"preact": "10.19.3", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"rollup": "4.6.1", | ||
"size-limit": "11.0.0", | ||
"rollup": "4.9.1", | ||
"size-limit": "11.0.1", | ||
"ts-jest": "29.1.1", | ||
"typescript": "5.3.2" | ||
"typescript": "5.3.3" | ||
}, | ||
@@ -93,0 +93,0 @@ "peerDependencies": { |
@@ -390,3 +390,4 @@ # 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. | ||
> [!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. | ||
@@ -538,3 +539,4 @@ 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). | ||
> **Warning**: By preserving case-sensitivity of the tags, you may get rendering warnings like: | ||
> [!WARNING] | ||
> By preserving case-sensitivity of the tags, you may get rendering warnings like: | ||
> | ||
@@ -541,0 +543,0 @@ > ``` |
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
656
+ Addedhtml-dom-parser@5.0.5(transitive)
- Removedhtml-dom-parser@5.0.4(transitive)
Updatedhtml-dom-parser@5.0.5