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

@amalto/custom-form-dialog

Package Overview
Dependencies
Maintainers
4
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/custom-form-dialog - npm Package Compare versions

Comparing version 1.4.108 to 1.4.109

4

build/components/custom-form-dialog/index.d.ts

@@ -25,3 +25,3 @@ /// <reference types="react" />

deleteFile?: (fileName: string) => void;
showDialog: (title: string, body: React.ReactElement<any> | string, confirmAction?: any, cancelAction?: any, confirmLevel?: string, itemsList?: string[]) => void;
showDialog: (title: string, body: React.ReactElement<any> | string, confirmAction?: any, cancelAction?: any, confirmLevel?: string, itemsList?: any[]) => void;
hideDialog: () => void;

@@ -62,3 +62,3 @@ displayNotification: (notificationOptions: NotificationModel) => void;

refreshData: () => void;
showDialog: (title: string, body: React.ReactElement<any> | string, confirmAction?: any, cancelAction?: any, confirmLevel?: string, itemsList?: string[]) => void;
showDialog: (title: string, body: React.ReactElement<any> | string, confirmAction?: any, cancelAction?: any, confirmLevel?: string, itemsList?: any[]) => void;
hideDialog: () => void;

@@ -65,0 +65,0 @@ displayNotification: (notificationOptions: NotificationModel) => void;

@@ -5,3 +5,3 @@ {

"description": "Display custom form.",
"version": "1.4.108",
"version": "1.4.109",
"license": "MIT",

@@ -8,0 +8,0 @@ "repository": {

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