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

ember-modal-dialog

Package Overview
Dependencies
Maintainers
3
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-modal-dialog - npm Package Compare versions

Comparing version 2.4.3 to 2.4.4

3

addon/components/basic-dialog.js

@@ -73,3 +73,4 @@ import Component from '@ember/component';

// if the click is within the dialog, do nothing
if (document.querySelector(modalSelector).contains(target)) {
let modalEl = document.querySelector(modalSelector);
if (modalEl && modalEl.contains(target)) {
return;

@@ -76,0 +77,0 @@ }

# Change Log
## [2.4.4](https://github.com/yapplabs/ember-modal-dialog/tree/v2.4.4) (2018-05-13)
[Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/2.4.3...v2.4.4)
Backported https://github.com/yapplabs/ember-modal-dialog/pull/246/commits/984a1554f1be325a194fafd0ab088987bad8e343
## [2.4.3](https://github.com/yapplabs/ember-modal-dialog/tree/2.4.3) (2018-03-03)

@@ -329,2 +334,2 @@ [Full Changelog](https://github.com/yapplabs/ember-modal-dialog/compare/v2.4.2...2.4.3)

\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
{
"name": "ember-modal-dialog",
"version": "2.4.3",
"version": "2.4.4",
"description": "An ember-cli addon for implementing modal dialogs",

@@ -5,0 +5,0 @@ "keywords": [

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