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.1.4 to 5.1.5

16

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

@@ -27,5 +27,4 @@ "author": "Mark <mark@remarkablemark.org> (https://remarkablemark.org)",

"lint:tsc": "tsc --noEmit",
"_postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable && npm run lint && npm run test:ci && npm run clean && npm run build",
"prepare": "husky",
"prepublishOnly": "npm run lint && npm run test:ci && npm run clean && npm run build",
"size-limit": "size-limit",

@@ -53,2 +52,3 @@ "test": "jest --testPathIgnorePatterns __tests__/integration",

"dependencies": {
"@types/react": "18.2.55",
"domhandler": "5.0.3",

@@ -60,4 +60,4 @@ "html-dom-parser": "5.0.8",

"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.1",
"@rollup/plugin-commonjs": "25.0.7",

@@ -70,3 +70,2 @@ "@rollup/plugin-node-resolve": "15.2.3",

"@types/jest": "29.5.12",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",

@@ -78,3 +77,3 @@ "@typescript-eslint/eslint-plugin": "7.0.1",

"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.10",
"husky": "9.0.11",
"jest": "29.7.0",

@@ -84,3 +83,2 @@ "jest-environment-jsdom": "29.7.0",

"lint-staged": "15.2.2",
"pinst": "3.0.0",
"preact": "10.19.4",

@@ -87,0 +85,0 @@ "react": "18.2.0",

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

[Replit](https://replit.com/@remarkablemark/html-react-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/7v86d800/) | [CodeSandbox](https://codesandbox.io/s/940pov1l4w) | [TypeScript](https://codesandbox.io/s/html-react-parser-z0kp6) | [Vite](https://codesandbox.io/p/sandbox/html-react-parser-fg2jpw) | [Examples](https://github.com/remarkablemark/html-react-parser/tree/master/examples)
[Replit](https://replit.com/@remarkablemark/html-react-parser) | [JSFiddle](https://jsfiddle.net/remarkablemark/7v86d800/) | [CodeSandbox](https://codesandbox.io/s/940pov1l4w) | [TypeScript](https://stackblitz.com/edit/html-react-parser) | [Vite](https://codesandbox.io/p/sandbox/html-react-parser-fg2jpw) | [Examples](https://github.com/remarkablemark/html-react-parser/tree/master/examples)

@@ -33,0 +33,0 @@ <details>

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