jsx-dom-runtime
Advanced tools
Comparing version 0.44.0 to 0.44.1
{ | ||
"name": "jsx-dom-runtime", | ||
"version": "0.44.0", | ||
"version": "0.44.1", | ||
"description": "A tiny in 500 bytes library to JSX syntax templates for DOM", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -201,3 +201,3 @@ # jsx-dom-runtime | ||
Add support of the DOM Element object properties. By default supported [`innerHTML`](https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML) and `value`. | ||
Add support of the DOM Element object properties. By default supported property `value`. | ||
@@ -204,0 +204,0 @@ ```js |
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
73517