typed-html
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "typed-html", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/elements.js", |
@@ -177,3 +177,10 @@ declare namespace JSX { | ||
interface HtmlLinkTag extends HtmlTag { | ||
href?: string; crossorigin?: string; rel?: string; media?: string; hreflang?: string; type?: string; sizes?: string; | ||
href?: string; | ||
crossorigin?: string; | ||
rel?: string; | ||
media?: string; | ||
hreflang?: string; | ||
type?: string; | ||
sizes?: string; | ||
integrity?: string; | ||
} | ||
@@ -282,3 +289,3 @@ | ||
interface HtmlTableHeaderCellTag extends HtmlTag { | ||
colspan?:string | number; rowspan?: string | number; headers?: string; scope?: string; | ||
colspan?: string | number; rowspan?: string | number; headers?: string; scope?: string; | ||
} | ||
@@ -285,0 +292,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
31060
652