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 3.0.13 to 3.0.14

6

index.d.ts

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

// TypeScript Version: 4.7
// TypeScript Version: 5.0
/* eslint-disable no-undef, no-unused-vars */

@@ -9,5 +9,5 @@

ProcessingInstruction,
Text,
type DomHandlerOptions
Text
} from 'domhandler';
import type { DomHandlerOptions } from 'domhandler';
import htmlToDOM from 'html-dom-parser';

@@ -14,0 +14,0 @@ import { ParserOptions } from 'htmlparser2';

@@ -1,2 +0,3 @@

// TypeScript Version: 4.7
// TypeScript Version: 5.0
/* eslint-disable no-unused-vars */

@@ -3,0 +4,0 @@ export type Attributes = Record<string, string>;

@@ -1,2 +0,3 @@

// TypeScript Version: 4.7
// TypeScript Version: 5.0
/* eslint-disable no-undef, no-unused-vars */

@@ -3,0 +4,0 @@ import { DOMNode, HTMLReactParserOptions } from '..';

{
"name": "html-react-parser",
"version": "3.0.13",
"version": "3.0.14",
"description": "HTML to React parser.",

@@ -54,3 +54,3 @@ "author": "Mark <mark@remarkablemark.org>",

"devDependencies": {
"@commitlint/cli": "17.4.4",
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",

@@ -72,6 +72,6 @@ "@rollup/plugin-commonjs": "24.0.1",

"preact": "10.13.1",
"prettier": "2.8.5",
"prettier": "2.8.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "4.4.0",
"rimraf": "4.4.1",
"rollup": "2.79.1",

@@ -78,0 +78,0 @@ "rollup-plugin-terser": "7.0.2",

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