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

@syncfusion/ej2-angular-richtexteditor

Package Overview
Dependencies
Maintainers
0
Versions
403
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 28.2.5-ngcc to 28.2.5

CHANGELOG.md

37

package.json
{
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
"_id": "@syncfusion/ej2-angular-richtexteditor@28.1.41",
"_id": "@syncfusion/ej2-angular-richtexteditor@28.2.3",
"_inBundle": false,
"_integrity": "sha512-IIjfJQosU62U13TMYtfeiz9ecvqUkEZHL5n+qWKIOUcjnA0lz1SNzIlbKa31PBivgLDzqEGiGn6bNSwEjH4pWg==",
"_integrity": "sha512-aR5kxcjJwzvbpcP1Nn79Ls0MDGnXVJA6C5xUFpKMx+jhH8EqDFLf+7pEAtAbqL/t21CQhdH4jsjpHgL4f52c5Q==",
"_location": "/@syncfusion/ej2-angular-richtexteditor",

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

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-28.1.41.tgz",
"_shasum": "f835d3fcb34304db415f3268d361af4d0319e9f0",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-28.2.3.tgz",
"_shasum": "ae4f458a4718b7faee7944dfa62819428a534d58",
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
"_where": "/jenkins/workspace/elease-automation_release_28.1.1/ivypackages/included",
"author": {

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

"description": "Essential JS 2 RichTextEditor component for Angular",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-richtexteditor.js",
"es2020": "fesm2020/syncfusion-ej2-angular-richtexteditor.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-richtexteditor.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-richtexteditor.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-richtexteditor.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-richtexteditor.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-richtexteditor.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-richtexteditor.mjs",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -52,5 +67,3 @@ "keywords": [

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

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

"sideEffects": false,
"typings": "ej2-angular-richtexteditor.d.ts",
"version": "28.2.5-ngcc"
"typings": "syncfusion-ej2-angular-richtexteditor.d.ts",
"version": "28.2.5"
}
import { ValueProvider } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./richtexteditor.module";
export declare const ToolbarService: ValueProvider;

@@ -23,2 +26,5 @@ export declare const LinkService: ValueProvider;

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

@@ -85,2 +86,4 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextEditorComponent, "ejs-richtexteditor", never, { "autoSaveOnIdle": "autoSaveOnIdle"; "backgroundColor": "backgroundColor"; "bulletFormatList": "bulletFormatList"; "cssClass": "cssClass"; "editorMode": "editorMode"; "emojiPickerSettings": "emojiPickerSettings"; "enableAutoUrl": "enableAutoUrl"; "enableHtmlEncode": "enableHtmlEncode"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableResize": "enableResize"; "enableRtl": "enableRtl"; "enableTabKey": "enableTabKey"; "enableXhtml": "enableXhtml"; "enabled": "enabled"; "enterKey": "enterKey"; "exportPdf": "exportPdf"; "exportWord": "exportWord"; "fileManagerSettings": "fileManagerSettings"; "floatingToolbarOffset": "floatingToolbarOffset"; "fontColor": "fontColor"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; "format": "format"; "formatPainterSettings": "formatPainterSettings"; "formatter": "formatter"; "height": "height"; "htmlAttributes": "htmlAttributes"; "iframeSettings": "iframeSettings"; "importWord": "importWord"; "inlineMode": "inlineMode"; "insertAudioSettings": "insertAudioSettings"; "insertImageSettings": "insertImageSettings"; "insertVideoSettings": "insertVideoSettings"; "keyConfig": "keyConfig"; "locale": "locale"; "maxLength": "maxLength"; "numberFormatList": "numberFormatList"; "pasteCleanupSettings": "pasteCleanupSettings"; "placeholder": "placeholder"; "quickToolbarSettings": "quickToolbarSettings"; "readonly": "readonly"; "saveInterval": "saveInterval"; "shiftEnterKey": "shiftEnterKey"; "showCharCount": "showCharCount"; "showTooltip": "showTooltip"; "slashMenuSettings": "slashMenuSettings"; "tableSettings": "tableSettings"; "toolbarSettings": "toolbarSettings"; "undoRedoSteps": "undoRedoSteps"; "undoRedoTimer": "undoRedoTimer"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "afterImageDelete": "afterImageDelete"; "afterMediaDelete": "afterMediaDelete"; "afterPasteCleanup": "afterPasteCleanup"; "beforeDialogClose": "beforeDialogClose"; "beforeDialogOpen": "beforeDialogOpen"; "beforeFileUpload": "beforeFileUpload"; "beforeImageDrop": "beforeImageDrop"; "beforeImageUpload": "beforeImageUpload"; "beforePasteCleanup": "beforePasteCleanup"; "beforeQuickToolbarOpen": "beforeQuickToolbarOpen"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "dialogClose": "dialogClose"; "dialogOpen": "dialogOpen"; "fileRemoving": "fileRemoving"; "fileSelected": "fileSelected"; "fileUploadFailed": "fileUploadFailed"; "fileUploadSuccess": "fileUploadSuccess"; "fileUploading": "fileUploading"; "focus": "focus"; "imageRemoving": "imageRemoving"; "imageSelected": "imageSelected"; "imageUploadFailed": "imageUploadFailed"; "imageUploadSuccess": "imageUploadSuccess"; "imageUploading": "imageUploading"; "quickToolbarClose": "quickToolbarClose"; "quickToolbarOpen": "quickToolbarOpen"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "slashMenuItemSelect": "slashMenuItemSelect"; "toolbarClick": "toolbarClick"; "toolbarStatusUpdate": "toolbarStatusUpdate"; "updatedToolbarStatus": "updatedToolbarStatus"; "valueChange": "valueChange"; }, ["valueTemplate"], never>;
}

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

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

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

export declare class RichTextEditorModule {
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RichTextEditorModule, [typeof i1.RichTextEditorComponent], [typeof i2.CommonModule], [typeof i1.RichTextEditorComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<RichTextEditorModule>;
}
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