html-dom-parser
Advanced tools
Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "html-dom-parser", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "HTML to DOM parser.", | ||
"author": "Mark <mark@remarkablemark.org>", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"module": "index.mjs", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"import": "./index.mjs", | ||
@@ -13,3 +15,3 @@ "require": "./index.js" | ||
"scripts": { | ||
"build": "rollup --config", | ||
"build": "rollup --config --failAfterWarnings", | ||
"clean": "rm -rf dist", | ||
@@ -50,16 +52,16 @@ "lint": "eslint . --ignore-path .gitignore", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.0.3", | ||
"@commitlint/config-conventional": "17.0.3", | ||
"@rollup/plugin-commonjs": "22.0.2", | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@size-limit/preset-big-lib": "7.0.8", | ||
"@commitlint/cli": "17.4.2", | ||
"@commitlint/config-conventional": "17.4.2", | ||
"@rollup/plugin-commonjs": "24.0.0", | ||
"@rollup/plugin-node-resolve": "15.0.1", | ||
"@size-limit/preset-big-lib": "8.1.0", | ||
"@types/estree": "1.0.0", | ||
"chai": "4.3.6", | ||
"chai": "4.3.7", | ||
"dtslint": "4.2.1", | ||
"eslint": "8.22.0", | ||
"eslint": "8.32.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"html-minifier": "4.0.0", | ||
"husky": "8.0.1", | ||
"husky": "8.0.3", | ||
"jsdomify": "3.1.1", | ||
"karma": "6.4.0", | ||
"karma": "6.4.1", | ||
"karma-chai": "0.1.0", | ||
@@ -70,4 +72,4 @@ "karma-chrome-launcher": "3.1.1", | ||
"karma-mocha-reporter": "2.2.5", | ||
"lint-staged": "13.0.3", | ||
"mocha": "10.0.0", | ||
"lint-staged": "13.1.0", | ||
"mocha": "10.2.0", | ||
"mock-require": "3.0.3", | ||
@@ -77,8 +79,8 @@ "npm-run-all": "4.1.5", | ||
"pinst": "3.0.0", | ||
"prettier": "2.7.1", | ||
"rollup": "2.78.1", | ||
"prettier": "2.8.3", | ||
"rollup": "2.79.1", | ||
"rollup-plugin-terser": "7.0.2", | ||
"sinon": "14.0.0", | ||
"size-limit": "7.0.8", | ||
"typescript": "4.7.4" | ||
"sinon": "15.0.1", | ||
"size-limit": "8.1.0", | ||
"typescript": "4.9.4" | ||
}, | ||
@@ -85,0 +87,0 @@ "files": [ |
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
184886