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.7 to 5.0.8

26

package.json
{
"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 @@ > ```

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