@kitajs/html
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -516,3 +516,10 @@ // This file is a result from https://github.com/Desdaemon/typed-htmx and https://htmx.org | ||
['hx-head']?: 'merge' | 'append' | 're-eval'; | ||
/** | ||
* Hyperscript expression | ||
* | ||
* @see https://hyperscript.org/ | ||
*/ | ||
_?: string; | ||
} | ||
} |
{ | ||
"name": "@kitajs/html", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Fast and type safe HTML templates using TypeScript.", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/kitajs/html/issues", |
@@ -107,3 +107,3 @@ <p align="center"> | ||
into your test script. This CLI comes from @kitajs/ts-html-plugin, which catches XSS | ||
vulnerabilities that mey be introduced into your codebase. Open your `package.json` | ||
vulnerabilities that may be introduced into your codebase. Open your `package.json` | ||
file and add the following script: | ||
@@ -110,0 +110,0 @@ |
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
113995
2354