svelte2tsx
Advanced tools
Comparing version 0.1.83 to 0.1.84
{ | ||
"name": "svelte2tsx", | ||
"version": "0.1.83", | ||
"version": "0.1.84", | ||
"description": "Convert Svelte components to TSX for type checking", | ||
@@ -5,0 +5,0 @@ "author": "David Pershouse", |
@@ -100,2 +100,4 @@ /** | ||
onfocus?: FocusEventHandler<T>; | ||
onfocusin?: FocusEventHandler<T>; | ||
onfocusout?: FocusEventHandler<T>; | ||
onblur?: FocusEventHandler<T>; | ||
@@ -102,0 +104,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
249944
6201