Socket
Socket
Sign inDemoInstall

@chasi/ui

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chasi/ui - npm Package Compare versions

Comparing version 0.2.95 to 0.2.96

13

dist/CMenu/CMenu.svelte.d.ts
import { SvelteComponent } from "svelte";
declare const __propDef: {
props: {
closeOnClick?: boolean | undefined;
visible?: boolean | undefined;
};
props: Record<string, never>;
events: {
keydown: KeyboardEvent;
keypress: KeyboardEvent;
} & {

@@ -14,7 +11,5 @@ [evt: string]: CustomEvent<any>;

action: {
toggle: (e: MouseEvent) => void;
toggle: (e: MouseEvent | KeyboardEvent) => void;
};
default: {
visible: boolean;
};
default: {};
};

@@ -21,0 +16,0 @@ };

{
"name": "@chasi/ui",
"version": "0.2.95",
"version": "0.2.96",
"bin": {

@@ -5,0 +5,0 @@ "gen-theme": "./dist/bin/theme.js"

Sorry, the diff of this file is not supported yet

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