node-html-parser
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "node-html-parser", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", | ||
@@ -13,3 +13,4 @@ "main": "dist/index.js", | ||
"ts:umd": "tsc -t es5 -m amd -d false --outFile ./dist/main.js", | ||
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:umd", | ||
"ts:esm": "tsc -t esnext -m esnext -d false --outDir ./dist/esm/", | ||
"build": "npm run lint && npm run clean && npm run ts:cjs && npm run ts:umd && npm run ts:esm", | ||
"dev": "tsc -w", | ||
@@ -16,0 +17,0 @@ "pretest": "tsc -m commonjs" |
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
155705
32
4211