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

@syncfusion/ej2-angular-notifications

Package Overview
Dependencies
Maintainers
0
Versions
134
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 27.1.48 to 27.1.50-ngcc

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

42

package.json

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

"_inBundle": false,
"_integrity": "sha512-8X8CBu+9gC42gZeJNsh43PmktDh2c6XKqIXNTrOE7HdKxhGJYHNwD2fdFBgR3dlOhFzzcHMgEQTTWLDdDWi8/A==",
"_integrity": "sha512-X5/kxlARN0DSSjVMEAd4F4YJqcfjn1C4OvnJyIZ1tPn1p8a36wAa1Q+FwIIABBy+ITTuVEPLset5aWrmJvSWzA==",
"_location": "/@syncfusion/ej2-angular-notifications",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-notifications/-/ej2-angular-notifications-21.5.2.tgz",
"_shasum": "8cc2bb84b52ac0d36c36980286b18bbe1679e0b5",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-notifications/-/ej2-angular-notifications-21.5.2.tgz",
"_shasum": "59565a2c7a9c7751c20717d9ad52cf302afdbab2",
"_spec": "@syncfusion/ej2-angular-notifications@*",
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
"author": {

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

"dependencies": {
"@syncfusion/ej2-angular-base": "~27.1.48",
"@syncfusion/ej2-base": "~27.1.48",
"@syncfusion/ej2-notifications": "27.1.48",
"tslib": "^2.3.0"
"@syncfusion/ej2-angular-base": "~27.1.50",
"@syncfusion/ej2-base": "~27.1.50",
"@syncfusion/ej2-notifications": "27.1.50"
},
"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",

@@ -81,3 +65,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",

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

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

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