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

ng2-modal

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-modal - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

2

Modal.js

@@ -66,3 +66,3 @@ "use strict";

document.body.removeChild(this.backdropElement);
document.body.className.replace(/modal-open\b/, "");
document.body.className = document.body.className.replace(/modal-open\b/, "");
};

@@ -69,0 +69,0 @@ // -------------------------------------------------------------------------

{
"name": "ng2-modal",
"version": "0.0.14",
"version": "0.0.15",
"description": "Open modal window (dialog box) for your angular2 applications using bootstrap3.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -67,3 +67,3 @@ "use strict";

this.onClose.emit(args);
document.body.className.replace(/modal-open\b/, "");
document.body.className = document.body.className.replace(/modal-open\b/, "");
if (this.cancelUrl)

@@ -70,0 +70,0 @@ this.router.navigate(this.cancelUrl, this.cancelUrlExtras);

Sorry, the diff of this file is not supported yet

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