html-dom-parser
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
113860