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

cmui

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmui - npm Package Compare versions

Comparing version 2.1.0-alpha.1 to 2.1.0-alpha.2

14

dist/cmui.d.ts

@@ -25,7 +25,7 @@ /// <reference types="zepto" />

interface ILoading {
show: (options: loadingShowOptions) => void
show: (options?: loadingShowOptions) => void
hide: () => void
fadeIn: (options: loadingShowOptions) => void
fadeIn: (options?: loadingShowOptions) => void
fadeOut: () => void
updateText: (text: string) => void
updateText: (text?: string) => void
}

@@ -37,3 +37,3 @@ type loadingShowOptions = string

interface IDialog {
create: (config: IDialogCreateConfig) => void
create: (config?: IDialogCreateConfig) => Element
hide: () => void

@@ -59,3 +59,3 @@ show: (elem: elem, options?: IDialogShowOptions) => void

interface IDialogBtnConfig {
tag?: 'button' | 'a'
tag?: string
innerHTML?: string

@@ -75,5 +75,5 @@ link?: string

show: (elem: elem, options?: IPanelOptions) => void
hide: (options) => void
hide: (options?: IPanelOptions) => void
switchTo: (elem: elem, options?: IPanelOptions) => void
switchBack: (options) => void
switchBack: (options?: IPanelOptions) => void
}

@@ -80,0 +80,0 @@ interface IPanelOptions {

{
"name": "cmui",
"version": "2.1.0-alpha.1",
"version": "2.1.0-alpha.2",
"homepage": "http://cmui.net/",

@@ -5,0 +5,0 @@ "repository": "CMUI/CMUI",

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