Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-popups

Package Overview
Dependencies
Maintainers
4
Versions
227
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-popups - npm Package Compare versions

Comparing version 17.3.15 to 17.3.16

4

CHANGELOG.md

@@ -9,4 +9,8 @@ # Changelog

- `#240696`- Resolved the odd dragging behaviour on Dialog when scrolling the page.
- `#249144`- Resolved the issue with rendering templates when enabled the policy `"script-src self"` in Dialog.
- `#249263`, `#249478`- The issue with dynamically updating the Dialog content using the function template has been resolved.
## 17.2.35 (2019-07-17)

@@ -13,0 +17,0 @@

@@ -0,1 +1,10 @@

/*!
* filename: index.d.ts
* version : 17.3.16
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
import * as _popups from '@syncfusion/ej2-popups';

@@ -2,0 +11,0 @@

14

package.json
{
"_from": "@syncfusion/ej2-popups@*",
"_id": "@syncfusion/ej2-popups@17.3.15",
"_id": "@syncfusion/ej2-popups@17.3.9",
"_inBundle": false,
"_integrity": "sha512-chqVLwE32PZLNiqpUEbgLSx34duLG/otqLxRD/zrfI5DKAAgb6ZvHXfYFcxkEDHf7aXun3YwMOESAOck2U2TwQ==",
"_integrity": "sha512-lKldTtyrby3LJiZ1q4xWAaZcfljyERxrtBlWdhFjHOBLT2GumkSQDWQXupuhjZV6dKDkcX/MJSMhyR+RqPr9hQ==",
"_location": "/@syncfusion/ej2-popups",

@@ -45,4 +45,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-popups/-/ej2-popups-17.3.15.tgz",
"_shasum": "3114ff9fd3eef99884e8fd69e7d1b36b55c09da4",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-popups/-/ej2-popups-17.3.9.tgz",
"_shasum": "407ff43d6d9f862d7e3d8e603a4759b92f170fdf",
"_spec": "@syncfusion/ej2-popups@*",

@@ -58,4 +58,4 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~17.3.14",
"@syncfusion/ej2-buttons": "~17.3.15"
"@syncfusion/ej2-base": "~17.3.16",
"@syncfusion/ej2-buttons": "~17.3.16"
},

@@ -95,4 +95,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "17.3.15",
"version": "17.3.16",
"sideEffects": false
}

@@ -467,2 +467,3 @@ var __extends = (this && this.__extends) || (function () {

abort: '.e-dlg-closeicon-btn',
isDragScroll: true,
handle: handleContent,

@@ -780,4 +781,5 @@ dragStart: function (event) {

this.contentEle.innerHTML = '';
typeof (this.content) === 'string' ?
this.contentEle.innerHTML = this.content : this.contentEle.appendChild(this.content);
typeof (this.content) === 'function' ? this.setTemplate(this.content, this.contentEle) :
(typeof (this.content) === 'string' ? this.contentEle.innerHTML = this.content :
this.contentEle.appendChild(this.content));
this.setMaxHeight();

@@ -784,0 +786,0 @@ }

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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