Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

html-dom-parser

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-dom-parser - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

9

package.json
{
"name": "html-dom-parser",
"version": "5.0.0",
"version": "5.0.1",
"description": "HTML to DOM parser.",

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

".": {
"types": "./lib/index.d.ts",
"import": "./esm/index.mjs",

@@ -15,2 +16,3 @@ "require": "./lib/index.js"

"./lib/client/*": {
"types": "./lib/client/*.d.ts",
"import": "./esm/client/*.mjs",

@@ -20,2 +22,3 @@ "require": "./lib/client/*.js"

"./lib/server/*": {
"types": "./lib/server/*.d.ts",
"import": "./esm/server/*.mjs",

@@ -89,3 +92,3 @@ "require": "./lib/server/*.js"

"karma-mocha-reporter": "2.2.5",
"lint-staged": "14.0.1",
"lint-staged": "15.0.1",
"mocha": "10.2.0",

@@ -96,3 +99,3 @@ "npm-run-all": "4.1.5",

"prettier": "3.0.3",
"rollup": "4.1.3",
"rollup": "4.1.4",
"size-limit": "9.0.0",

@@ -99,0 +102,0 @@ "typescript": "5.2.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