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.1.1 to 2.1.2

4

bundles/ngx-modal.umd.js

@@ -398,7 +398,3 @@ (function webpackUniversalModuleDefinition(root, factory) {

ModalDialogInstanceService.prototype.closeAnyExistingModalDialog = function () {
// tslint:disable-next-line
console.log(1);
while (this.componentRefs.length) {
// tslint:disable-next-line
console.log(2);
this.componentRefs[this.componentRefs.length - 1].destroy();

@@ -405,0 +401,0 @@ }

2

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

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

@@ -12,7 +12,3 @@ var ModalDialogInstanceService = (function () {

ModalDialogInstanceService.prototype.closeAnyExistingModalDialog = function () {
// tslint:disable-next-line
console.log(1);
while (this.componentRefs.length) {
// tslint:disable-next-line
console.log(2);
this.componentRefs[this.componentRefs.length - 1].destroy();

@@ -19,0 +15,0 @@ }

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