New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-modal-dialog

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-modal-dialog - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "ngx-modal-dialog",
"version": "2.0.0",
"version": "2.0.1",
"description": "Dynamic modal dialog for Angular",

@@ -5,0 +5,0 @@ "scripts": {

@@ -12,9 +12,9 @@ import { ComponentRef, ComponentFactoryResolver, ViewContainerRef, OnDestroy, OnInit } from '@angular/core';

/** Modal dialog style settings */
protected settings: IModalDialogSettings;
settings: IModalDialogSettings;
actionButtons: IModalDialogButton[];
title: string;
onClose: () => Promise<any> | Observable<any> | boolean;
protected showAlert: boolean;
protected animateOverlayClass: string;
protected animateModalClass: string;
showAlert: boolean;
animateOverlayClass: string;
animateModalClass: string;
private _inProgress;

@@ -21,0 +21,0 @@ private _alertTimeout;

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