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

@amalto/service-helpers

Package Overview
Dependencies
Maintainers
2
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/service-helpers - npm Package Compare versions

Comparing version 1.9.78 to 1.9.79

models/index.ts

13

models/DynamicComponent.ts

@@ -139,4 +139,15 @@ // Models

* @param { any[] } [itemsList]
* @param { () => void } [modalReadyCallback]
* @param { boolean } [isLarge]
*/
showDialog: ( title: string, body: React.ReactElement<any> | string, confirmAction?: any, cancelAction?: any, confirmLevel?: string, itemsList?: any[] ) => void;
showDialog: (
title: string,
body: React.ReactElement<any> | string,
confirmAction?: any,
cancelAction?: any,
confirmLevel?: string,
itemsList?: any[],
modalReadyCallback?: () => void,
isLarge?: boolean
) => void;

@@ -143,0 +154,0 @@ /** Hide the confirmation modal. */

10

package.json

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

"description": "Method to template some of the Platform 6 UI components.",
"version": "1.9.78",
"version": "1.9.79",
"license": "MIT",

@@ -30,7 +30,7 @@ "repository": {

"@amalto/action-button": "1.9.18",
"@amalto/buttons-bar": "1.9.72",
"@amalto/buttons-bar": "1.9.73",
"@amalto/data-line": "1.9.55",
"@amalto/helpers": "1.9.71",
"@amalto/helpers": "1.9.72",
"@amalto/typings": "1.9.55",
"@amalto/wordings": "1.9.28",
"@amalto/wordings": "1.9.29",
"classnames": "^2.2.6",

@@ -83,3 +83,3 @@ "react": "15.6.2"

},
"gitHead": "9baa08539474b95cfb4f1b8d9a4bf3592ffde24a"
"gitHead": "c4cba16cbf171e10f6790292988670a80e89dfae"
}

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