New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

html-react-parser

Package Overview
Dependencies
Maintainers
1
Versions
164
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.2.14
to
5.2.15
+1
-1
esm/utilities.d.mts

@@ -1,1 +0,1 @@

export * from '../lib/utilities';
export * from '../lib/utilities.js';
{
"name": "html-react-parser",
"version": "5.2.14",
"version": "5.2.15",
"description": "HTML to React parser.",
"author": "Mark <mark@remarkablemark.org> (https://remarkablemark.org)",
"author": "Mark <mark@remarkablemark.org> (https://remarkabl.org)",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/remarkablemark"
},
{
"type": "opencollective",
"url": "https://opencollective.com/html-react-parser"
}
],
"main": "./lib/index.js",

@@ -19,3 +29,3 @@ "module": "./esm/index.mjs",

"scripts": {
"benchmark": "ts-node benchmark",
"benchmark": "ts-node --project tsconfig.test.json benchmark",
"build": "npm run build:cjs && npm run build:umd",

@@ -28,5 +38,5 @@ "build:cjs": "tsc --project tsconfig.build.json",

"lint:package": "publint",
"lint:tsc": "tsc --noEmit",
"lint:tsc": "tsc --project tsconfig.test.json",
"prepare": "husky",
"prepublishOnly": "npm run lint && npm run lint:tsc && npm run test:ci && npm run clean && npm run build",
"prepublishOnly": "npm run build && npm run lint && npm run lint:tsc && npm run lint:package && npm run test:ci",
"size-limit": "size-limit",

@@ -60,5 +70,5 @@ "test": "jest --testPathIgnorePatterns __tests__/integration",

"devDependencies": {
"@commitlint/cli": "20.3.1",
"@commitlint/config-conventional": "20.3.1",
"@eslint/compat": "2.0.1",
"@commitlint/cli": "20.4.0",
"@commitlint/config-conventional": "20.4.0",
"@eslint/compat": "2.0.2",
"@eslint/eslintrc": "3.3.3",

@@ -73,3 +83,3 @@ "@eslint/js": "9.39.2",

"@types/jest": "30.0.0",
"@types/node": "25.0.10",
"@types/node": "25.1.0",
"@types/react": "19.2.10",

@@ -81,2 +91,3 @@ "@types/react-dom": "19.2.3",

"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tsdoc": "0.5.0",
"globals": "17.2.0",

@@ -92,3 +103,3 @@ "husky": "9.1.7",

"react-dom": "19.2.4",
"rollup": "4.57.0",
"rollup": "4.57.1",
"size-limit": "12.0.0",

@@ -95,0 +106,0 @@ "ts-jest": "29.4.6",

@@ -614,8 +614,8 @@ # html-react-parser

Output of benchmark run on MacBook Pro 2021:
Output of benchmark run on MacBook Pro 2024:
```
html-to-react - Single x 1,018,239 ops/sec ±0.43% (94 runs sampled)
html-to-react - Multiple x 380,037 ops/sec ±0.61% (97 runs sampled)
html-to-react - Complex x 35,091 ops/sec ±0.50% (96 runs sampled)
html-to-react - Single x 1,230,874 ops/sec ±0.21% (97 runs sampled)
html-to-react - Multiple x 502,028 ops/sec ±0.89% (94 runs sampled)
html-to-react - Complex x 54,401 ops/sec ±0.76% (93 runs sampled)
```

@@ -622,0 +622,0 @@