Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@carbonaut/popover-dropdown

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carbonaut/popover-dropdown - npm Package Compare versions

Comparing version 0.0.51 to 0.0.52

4

dist/types/components/popover-dropdown/popover-dropdown.d.ts
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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc