node-html-parser
Advanced tools
Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "node-html-parser", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.", | ||
@@ -12,3 +12,3 @@ "main": "dist/index.js", | ||
"ts:cjs": "tsc -m commonjs", | ||
"ts:umd": "tsc -t es5 -m umd -d false --outDir ./dist/umd/", | ||
"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", | ||
@@ -15,0 +15,0 @@ "dev": "tsc -w", |
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
155282
23
2768