New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-angular-notifications

Package Overview
Dependencies
Maintainers
0
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-notifications - npm Package Compare versions

Comparing version 26.2.4 to 26.2.5-ngcc

@syncfusion/ej2-angular-notifications.es5.js

44

package.json
{
"_from": "@syncfusion/ej2-angular-notifications@*",
"_id": "@syncfusion/ej2-angular-notifications@26.1.35",
"_id": "@syncfusion/ej2-angular-notifications@21.6.0",
"_inBundle": false,
"_integrity": "sha512-JFhZU0a6zm3YbDza9Y5AwatZBiHodXmnyz7xSS8qfMBGVSeVcnBl/Mx1ewvOCPsPu/Tpu53pFA/+6jeXqb22xA==",
"_integrity": "sha512-MvQio25YuOuX8fnXXSPJGEsKg+O6yj4Trwbn/EDlBbXmhOJq5/TDQCgcVtVCWzyHch5+NVTJcwRnAohcVrSNtQ==",
"_location": "/@syncfusion/ej2-angular-notifications",

@@ -22,6 +22,6 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-notifications/-/ej2-angular-notifications-26.1.35.tgz",
"_shasum": "507655974ced9b233f6be18e9460ad4422d37f26",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-notifications/-/ej2-angular-notifications-21.6.0.tgz",
"_shasum": "5d1a4eade05fdd5b6e048825861398838a7970a5",
"_spec": "@syncfusion/ej2-angular-notifications@*",
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
"author": {

@@ -35,26 +35,10 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-angular-base": "~26.2.4",
"@syncfusion/ej2-base": "~26.2.4",
"@syncfusion/ej2-notifications": "26.2.4",
"tslib": "^2.3.0"
"@syncfusion/ej2-angular-base": "~26.2.5",
"@syncfusion/ej2-base": "~26.2.5",
"@syncfusion/ej2-notifications": "26.2.5"
},
"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. for Angular",
"es2020": "fesm2020/syncfusion-ej2-angular-notifications.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-notifications.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-notifications.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-notifications.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-notifications.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-notifications.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-notifications.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-notifications.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-notifications.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-notifications.mjs",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-notifications.js",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -80,3 +64,5 @@ "keywords": [

"license": "SEE LICENSE IN license",
"module": "fesm2015/syncfusion-ej2-angular-notifications.mjs",
"main": "dist/ej2-angular-notifications.umd.js",
"metadata": "ej2-angular-notifications.metadata.json",
"module": "@syncfusion/ej2-angular-notifications.es5.js",
"name": "@syncfusion/ej2-angular-notifications",

@@ -89,4 +75,4 @@ "repository": {

"sideEffects": false,
"typings": "syncfusion-ej2-angular-notifications.d.ts",
"version": "26.2.4"
"typings": "ej2-angular-notifications.d.ts",
"version": "26.2.5-ngcc"
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-notifications';
exports.pkgVer = '^26.2.4';
exports.pkgVer = '^26.2.5';
exports.moduleName = 'ToastModule, MessageModule, SkeletonModule';
exports.themeVer = '~26.2.4';
exports.themeVer = '~26.2.5';
export const pkgName = '@syncfusion/ej2-angular-notifications';
export const pkgVer = '^26.2.4';
export const pkgVer = '^26.2.5';
export const moduleName = 'ToastModule, MessageModule, SkeletonModule';
export const themeVer = '~26.2.4';
export const themeVer = '~26.2.5';

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./message.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Message component with providers.

export declare class MessageAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MessageAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageAllModule, never, [typeof i1.CommonModule, typeof i2.MessageModule], [typeof i2.MessageModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MessageAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Message } from '@syncfusion/ej2-notifications';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -40,4 +39,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<MessageComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MessageComponent, "ejs-message", never, { "content": "content"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "locale": "locale"; "severity": "severity"; "showCloseIcon": "showCloseIcon"; "showIcon": "showIcon"; "variant": "variant"; "visible": "visible"; }, { "closed": "closed"; "created": "created"; "destroyed": "destroyed"; }, ["content"], ["*"]>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./message.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Message component.

export declare class MessageModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MessageModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MessageModule, [typeof i1.MessageComponent], [typeof i2.CommonModule], [typeof i1.MessageComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MessageModule>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./skeleton.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Skeleton component with providers.

export declare class SkeletonAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonAllModule, never, [typeof i1.CommonModule, typeof i2.SkeletonModule], [typeof i2.SkeletonModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Skeleton } from '@syncfusion/ej2-notifications';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -28,4 +27,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonComponent, "ejs-skeleton", never, { "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "label": "label"; "locale": "locale"; "shape": "shape"; "shimmerEffect": "shimmerEffect"; "visible": "visible"; "width": "width"; }, {}, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./skeleton.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Skeleton component.

export declare class SkeletonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonModule, [typeof i1.SkeletonComponent], [typeof i2.CommonModule], [typeof i1.SkeletonComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -27,4 +26,2 @@ * 'e-button' directive represent a button of angular toast

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModelPropDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonModelPropDirective, "e-buttonmodelprops>e-buttonmodelprop", never, { "model": "model"; }, { "click": "click"; }, never>;
}

@@ -37,4 +34,2 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModelPropsDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ButtonModelPropsDirective, "ejs-toast>e-buttonmodelprops", never, {}, {}, ["children"]>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./toast.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Toast component with providers.

export declare class ToastAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ToastAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastAllModule, never, [typeof i1.CommonModule, typeof i2.ToastModule], [typeof i2.ToastModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ToastAllModule>;
}

@@ -5,3 +5,2 @@ import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';

import { ButtonModelPropsDirective } from './buttons.directive';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -65,4 +64,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "ejs-toast", never, { "animation": "animation"; "buttons": "buttons"; "content": "content"; "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "extendedTimeout": "extendedTimeout"; "height": "height"; "icon": "icon"; "locale": "locale"; "newestOnTop": "newestOnTop"; "position": "position"; "progressDirection": "progressDirection"; "showCloseButton": "showCloseButton"; "showProgressBar": "showProgressBar"; "target": "target"; "template": "template"; "timeOut": "timeOut"; "title": "title"; "width": "width"; }, { "beforeClose": "beforeClose"; "beforeOpen": "beforeOpen"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "click": "click"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "open": "open"; }, ["title", "content", "template", "childButtons"], ["*"]>;
}

@@ -1,5 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./toast.component";
import * as i2 from "./buttons.directive";
import * as i3 from "@angular/common";
/**

@@ -9,5 +5,2 @@ * NgModule definition for the Toast component.

export declare class ToastModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, [typeof i1.ToastComponent, typeof i2.ButtonModelPropDirective, typeof i2.ButtonModelPropsDirective], [typeof i3.CommonModule], [typeof i1.ToastComponent, typeof i2.ButtonModelPropDirective, typeof i2.ButtonModelPropsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>;
}

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

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

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

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