@kitajs/html
Advanced tools
Comparing version 4.2.4 to 4.2.5
@@ -33,3 +33,3 @@ /// <reference path="./jsx.d.ts" /> | ||
const contents = contentToString(attrs.children, !!attrs.safe); | ||
const contents = contentToString(attrs.children, attrs.safe); | ||
@@ -65,3 +65,3 @@ if (contents instanceof Promise) { | ||
const contents = contentsToString(attrs.children, !!attrs.safe); | ||
const contents = contentsToString(attrs.children, attrs.safe); | ||
@@ -68,0 +68,0 @@ if (contents instanceof Promise) { |
@@ -257,2 +257,3 @@ // This file is a result from many sources, including: RFCs, typescript dom lib, w3schools, and others. | ||
manifest?: undefined | string; | ||
xmlns?: string | string; | ||
} | ||
@@ -259,0 +260,0 @@ |
{ | ||
"name": "@kitajs/html", | ||
"version": "4.2.4", | ||
"version": "4.2.5", | ||
"description": "Fast and type safe HTML templates using TypeScript.", | ||
@@ -37,3 +37,3 @@ "homepage": "https://github.com/kitajs/html/tree/master/packages/html#readme", | ||
"@types/jsdom": "^21.1.7", | ||
"@types/node": "^22.7.5", | ||
"@types/node": "^22.9.0", | ||
"c8": "^10.1.2", | ||
@@ -43,3 +43,3 @@ "jsdom": "^25.0.1", | ||
"react-dom": "^18.3.1", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.2" | ||
}, | ||
@@ -46,0 +46,0 @@ "engines": { |
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
123398
2823