Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-notifications

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-notifications - npm Package Compare versions

Comparing version 16.4.52 to 16.4.53

2

dist/ej2-notifications.umd.min.js
/*!
* filename: ej2-notifications.umd.min.js
* version : 16.4.52
* version : 16.4.53
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

@@ -248,3 +248,3 @@ import { Animation, Browser, ChildProperty, Collection, Complex, Component, Event, EventHandler, NotifyPropertyChanges, Property, Touch, attributes, classList, closest, compile, detach, extend, formatUnit, getUniqueID, isNullOrUndefined, isUndefined, setStyleAttribute } from '@syncfusion/ej2-base';

let tempVar;
let tempArray;
let tmpArray;
prob === 'title' ? tempVar = this.titleTemplate : prob === 'content' ? tempVar = this.contentTemplate : tempVar = this.toastTemplate;

@@ -268,6 +268,6 @@ if (!isNullOrUndefined(tempVar)) {

if (!isNullOrUndefined(templateFn)) {
tempArray = templateFn({}, this, prob);
tmpArray = templateFn({}, this, prob);
}
if (!isNullOrUndefined(tempArray) && tempArray.length > 0 && !(isNullOrUndefined(tempArray[0].tagName) && tempArray.length === 1)) {
[].slice.call(tempArray).forEach((el) => {
if (!isNullOrUndefined(tmpArray) && tmpArray.length > 0 && !(isNullOrUndefined(tmpArray[0].tagName) && tmpArray.length === 1)) {
[].slice.call(tmpArray).forEach((el) => {
if (!isNullOrUndefined(el.tagName)) {

@@ -274,0 +274,0 @@ el.style.display = '';

@@ -282,3 +282,3 @@ import { Animation, Browser, ChildProperty, Collection, Complex, Component, Event, EventHandler, NotifyPropertyChanges, Property, Touch, attributes, classList, closest, compile, detach, extend, formatUnit, getUniqueID, isNullOrUndefined, isUndefined, setStyleAttribute } from '@syncfusion/ej2-base';

var tempVar;
var tempArray;
var tmpArray;
prob === 'title' ? tempVar = this.titleTemplate : prob === 'content' ? tempVar = this.contentTemplate : tempVar = this.toastTemplate;

@@ -302,6 +302,6 @@ if (!isNullOrUndefined(tempVar)) {

if (!isNullOrUndefined(templateFn)) {
tempArray = templateFn({}, this, prob);
tmpArray = templateFn({}, this, prob);
}
if (!isNullOrUndefined(tempArray) && tempArray.length > 0 && !(isNullOrUndefined(tempArray[0].tagName) && tempArray.length === 1)) {
[].slice.call(tempArray).forEach(function (el) {
if (!isNullOrUndefined(tmpArray) && tmpArray.length > 0 && !(isNullOrUndefined(tmpArray[0].tagName) && tmpArray.length === 1)) {
[].slice.call(tmpArray).forEach(function (el) {
if (!isNullOrUndefined(el.tagName)) {

@@ -308,0 +308,0 @@ el.style.display = '';

/*!
* filename: ej2-notifications.min.js
* version : 16.4.52
* version : 16.4.53
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

/*!
* filename: index.d.ts
* version : 16.4.52
* version : 16.4.53
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-notifications",
"version": "16.4.52",
"version": "16.4.53",
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users.",

@@ -12,4 +12,4 @@ "author": "Syncfusion Inc.",

"@syncfusion/ej2-base": "~16.4.52",
"@syncfusion/ej2-buttons": "~16.4.52",
"@syncfusion/ej2-popups": "~16.4.52"
"@syncfusion/ej2-buttons": "~16.4.53",
"@syncfusion/ej2-popups": "~16.4.53"
},

@@ -16,0 +16,0 @@ "devDependencies": {

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

var tempVar;
var tempArray;
var tmpArray;
prob === 'title' ? tempVar = this.titleTemplate : prob === 'content' ? tempVar = this.contentTemplate : tempVar = this.toastTemplate;

@@ -309,6 +309,6 @@ if (!isNOU(tempVar)) {

if (!isNOU(templateFn)) {
tempArray = templateFn({}, this, prob);
tmpArray = templateFn({}, this, prob);
}
if (!isNOU(tempArray) && tempArray.length > 0 && !(isNOU(tempArray[0].tagName) && tempArray.length === 1)) {
[].slice.call(tempArray).forEach(function (el) {
if (!isNOU(tmpArray) && tmpArray.length > 0 && !(isNOU(tmpArray[0].tagName) && tmpArray.length === 1)) {
[].slice.call(tmpArray).forEach(function (el) {
if (!isNOU(el.tagName)) {

@@ -315,0 +315,0 @@ el.style.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

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