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
3
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 28.2.3-ngcc to 28.2.3

CHANGELOG.md

35

package.json

@@ -5,3 +5,3 @@ {

"_inBundle": false,
"_integrity": "sha512-bqg77OA2PVZ2RtM/UHLCTZk8+tHKWeXo9DtSgPYh+4mgfXkNcy5ovCxIYfZiAtzhEKqjCB7G6UUZgIwWuIjUWA==",
"_integrity": "sha512-Q7rOk+E5bxmZ4X7MGqJoV4slCL9lSRX0rbAc6MamuJ5ciB1V9AmZMiuJ6iQlKMfZd4uVAEFHA2VAXuZItR933g==",
"_location": "/@syncfusion/ej2-angular-notifications",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-notifications/-/ej2-angular-notifications-28.1.33.tgz",
"_shasum": "2ac0561cc361ec6e5d9107bbc5d4867dfc0361db",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-notifications/-/ej2-angular-notifications-28.1.33.tgz",
"_shasum": "da214e9a953edaa20d518c950c7882d9aa2fea14",
"_spec": "@syncfusion/ej2-angular-notifications@*",
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
"author": {

@@ -42,4 +42,19 @@ "name": "Syncfusion Inc."

"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",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-notifications.js",
"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",
"homepage": "https://www.syncfusion.com/angular-components",

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

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

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

"sideEffects": false,
"typings": "ej2-angular-notifications.d.ts",
"version": "28.2.3-ngcc"
"typings": "syncfusion-ej2-angular-notifications.d.ts",
"version": "28.2.3"
}

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

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

@@ -5,2 +8,5 @@ * 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[];

@@ -39,2 +40,4 @@ 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"], ["*"]>;
}

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

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

@@ -5,2 +8,5 @@ * 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>;
}

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

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

@@ -5,2 +8,5 @@ * 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[];

@@ -27,2 +28,4 @@ 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>;
}

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

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

@@ -5,2 +8,5 @@ * 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";
/**

@@ -26,2 +27,4 @@ * '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>;
}

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

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

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

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

@@ -5,2 +8,5 @@ * 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,2 +5,3 @@ 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[];

@@ -64,2 +65,4 @@ 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"], ["*"]>;
}

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

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

@@ -5,2 +9,5 @@ * 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>;
}
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