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

@syncfusion/ej2-notifications

Package Overview
Dependencies
Maintainers
2
Versions
100
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 17.1.1-beta to 17.1.32-beta

styles/badge/_bootstrap4-definition.scss

2

dist/ej2-notifications.umd.min.js
/*!
* filename: ej2-notifications.umd.min.js
* version : 17.1.1-beta
* version : 17.1.32-beta
* 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 : 17.1.1-beta
* version : 17.1.32-beta
* 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 : 17.1.1-beta
* version : 17.1.32-beta
* 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": "17.1.1-beta",
"_from": "@syncfusion/ej2-notifications@*",
"_id": "@syncfusion/ej2-notifications@17.1.1",
"_inBundle": false,
"_integrity": "sha512-iSrnPwj2+QFNc0pc48++Edp8jlBVDCzJP4KsfGwuqN2VyMIFMwHusBeAoqbNqER54FXiEqBJbvs+r08mFAyqHg==",
"_location": "/@syncfusion/ej2-notifications",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@syncfusion/ej2-notifications@*",
"name": "@syncfusion/ej2-notifications",
"escapedName": "@syncfusion%2fej2-notifications",
"scope": "@syncfusion",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/",
"/@syncfusion/ej2",
"/@syncfusion/ej2-angular-notifications",
"/@syncfusion/ej2-pdfviewer",
"/@syncfusion/ej2-react-notifications",
"/@syncfusion/ej2-vue-notifications"
],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-notifications/-/ej2-notifications-17.1.1.tgz",
"_shasum": "e20c35f490a0a52840246b4c1d739cf5aaa99a3b",
"_spec": "@syncfusion/ej2-notifications@*",
"_where": "D:\\important\\apps\\nexus-rp\\release",
"author": {
"name": "Syncfusion Inc."
},
"bundleDependencies": false,
"dependencies": {
"@syncfusion/ej2-base": "~17.1.32-beta",
"@syncfusion/ej2-buttons": "~17.1.32-beta",
"@syncfusion/ej2-popups": "~17.1.32-beta"
},
"deprecated": false,
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users.",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-notifications.umd.min.js",
"module": "./index.js",
"devDependencies": {},
"es2015": "./dist/es6/ej2-notifications.es2015.js",
"dependencies": {
"@syncfusion/ej2-base": "~17.1.1-beta",
"@syncfusion/ej2-buttons": "~17.1.1-beta",
"@syncfusion/ej2-popups": "~17.1.1-beta"
},
"devDependencies": {
"@types/chai": "^3.4.28",
"@types/jasmine": "2.8.9",
"@types/jasmine-ajax": "^3.1.27",
"@types/requirejs": "^2.1.26"
},
"keywords": [

@@ -40,2 +63,6 @@ "ej2",

],
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-notifications.umd.min.js",
"module": "./index.js",
"name": "@syncfusion/ej2-notifications",
"repository": {

@@ -45,3 +72,4 @@ "type": "git",

},
"version": "17.1.32-beta",
"sideEffects": false
}

@@ -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

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

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