Comparing version 4.7.3 to 4.7.4
{ | ||
"name": "bandicoot", | ||
"version": "4.7.3", | ||
"version": "4.7.4", | ||
"description": "React rich text editor", | ||
@@ -5,0 +5,0 @@ "main": "dist/bandicoot.umd.js", |
@@ -30,2 +30,7 @@ declare module "bandicoot" { | ||
ref?: React.RefObject<HTMLElement>; | ||
disabled?: boolean; | ||
onInput?: (evt: React.FormEvent<HTMLDivElement>) => void; | ||
onKeyDown?: (evt: React.KeyboardEvent<HTMLDivElement>) => void; | ||
tabIndex?: number; | ||
autoFocus?: boolean; | ||
} | ||
@@ -32,0 +37,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
194731
266
0