htmljs-parser
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -1042,7 +1042,3 @@ var __defProp = Object.defineProperty; | ||
if (!expression.groupStack.length && (expression.terminatedByWhitespace || expression.terminatedByEOL)) { | ||
if (checkForOperators(this, expression)) { | ||
this.forward = 1; | ||
} else { | ||
this.exitState(); | ||
} | ||
this.exitState(); | ||
} | ||
@@ -1049,0 +1045,0 @@ }, |
{ | ||
"name": "htmljs-parser", | ||
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"author": "Phillip Gates-Idem <phillip.idem@gmail.com>", | ||
@@ -66,3 +66,3 @@ "devDependencies": { | ||
"build": "tsc -b && node -r esbuild-register build", | ||
"ci:test": "nyc npm run mocha -- --forbid-pending --forbid-only", | ||
"ci:test": "nyc npm run mocha -- --forbid-only", | ||
"format": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write && (fixpack || true)", | ||
@@ -69,0 +69,0 @@ "lint": "tsc -b && npm run lint:eslint && npm run lint:prettier -- -l && fixpack", |
Sorry, the diff of this file is not supported yet
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
142800
5864
4338