@carbonaut/popover-dropdown
Advanced tools
Comparing version 0.0.51 to 0.0.52
export interface Option { | ||
label: string; | ||
callback: () => any; | ||
callback: any; | ||
} | ||
@@ -25,4 +25,4 @@ export declare class PopoverDropdown { | ||
open(): void; | ||
changeOption(label: string, callback: () => any): void; | ||
changeOption(label: string, callback: any): void; | ||
render(): any; | ||
} |
{ | ||
"name": "@carbonaut/popover-dropdown", | ||
"version": "0.0.51", | ||
"version": "0.0.52", | ||
"description": "Generic popover dropdown menu made by Carbonaut.", | ||
@@ -5,0 +5,0 @@ "author": "Carbonaut", |
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
10
1127299