Socket
Socket
Sign inDemoInstall

bitmax-dialog

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitmax-dialog - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

3

dist/modal.d.ts
/// <reference types="react" />
export declare function modal(element: () => JSX.Element, data?: any, options?: any): Promise<unknown>;
import { ModalOptionsType } from "./types";
export declare function modal(element: () => JSX.Element, data?: any, options?: Partial<ModalOptionsType>): Promise<unknown>;
{
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",

@@ -4,0 +4,0 @@ "main": "dist/index.js",

import eventEmitter from "./eventEmitter"
import _ from 'lodash'
import { ModalOptionsType } from "./types"
export function modal(element: () => JSX.Element, data?: any, options?:any) {
export function modal(element: () => JSX.Element, data?: any, options?: Partial<ModalOptionsType>) {

@@ -6,0 +7,0 @@ return new Promise(accept => {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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