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.18 to 0.0.19

2

Modal.js

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

window.setTimeout(function () { return _this.modalRoot.nativeElement.focus(); }, 0);
document.body.className += "modal-open";
document.body.className += " modal-open";
};

@@ -57,0 +57,0 @@ Modal.prototype.close = function () {

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

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

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

window.setTimeout(function () { return _this.modalRoot.nativeElement.focus(); }, 0);
document.body.className += "modal-open";
document.body.className += " modal-open";
};

@@ -60,0 +60,0 @@ RouteModal.prototype.close = function () {

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