@kitajs/html
Advanced tools
Comparing version 4.2.3 to 4.2.4
@@ -501,2 +501,4 @@ // This file is a result from many sources, including: RFCs, typescript dom lib, w3schools, and others. | ||
align?: undefined | 'left' | 'center' | 'right'; | ||
/** @deprecated */ | ||
bgcolor?: undefined | string; | ||
border?: undefined | number; | ||
@@ -503,0 +505,0 @@ cellpadding?: undefined | number | string; |
{ | ||
"name": "@kitajs/html", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"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.4", | ||
"@types/node": "^22.7.5", | ||
"c8": "^10.1.2", | ||
@@ -43,3 +43,3 @@ "jsdom": "^25.0.1", | ||
"react-dom": "^18.3.1", | ||
"typescript": "^5.6.2" | ||
"typescript": "^5.6.3" | ||
}, | ||
@@ -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
123373
2822