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

@agilie/ng2-dialog-window

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agilie/ng2-dialog-window - npm Package Compare versions

Comparing version 0.1.11 to 0.2.0-alpha1

1

index.js

@@ -11,2 +11,3 @@ import { Component, ComponentFactoryResolver, EventEmitter, Injectable, Input, NgModule, Output } from '@angular/core';

Ng2DialogWindowComponent.prototype.close = function () {
console.log('CLOSE ME');
this.onClose.emit();

@@ -13,0 +14,0 @@ };

@@ -15,2 +15,3 @@ (function (global, factory) {

Ng2DialogWindowComponent.prototype.close = function () {
console.log('CLOSE ME');
this.onClose.emit();

@@ -17,0 +18,0 @@ };

2

package.json
{
"name": "@agilie/ng2-dialog-window",
"version": "0.1.11",
"version": "0.2.0-alpha1",
"description": "Modal dialogs and popups module for Angular applications",

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

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