Socket
Socket
Sign inDemoInstall

ngx-editor

Package Overview
Dependencies
30
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 12.2.0 to 12.2.1

esm2020/lib/editor-config.service.mjs

6

CHANGELOG.md

@@ -16,2 +16,8 @@ # CHANGELOG

## v12.2.1 (2022-02-23)
#### Bug Fixes
- remove extra dom node around image component ([210824a](https://github.com/sibiraj-s/ngx-editor/commit/210824a))
## v12.2.0 (2022-02-20)

@@ -18,0 +24,0 @@

4

helpers/markInputRule.d.ts

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

import { InputRule } from "prosemirror-inputrules";
import { MarkType } from "prosemirror-model";
import { InputRule } from 'prosemirror-inputrules';
import { MarkType } from 'prosemirror-model';
export declare const markInputRule: (regexp: RegExp, markType: MarkType, attrs?: Record<string, unknown>) => InputRule;
export default markInputRule;
export * from './isMarkActive';
export * from './isLinkActive';
export * from './isNodeActive';

@@ -4,0 +3,0 @@ export * from './getSelectionMarks';

@@ -6,6 +6,6 @@ import { ElementRef, OnDestroy, OnInit, EventEmitter, Renderer2, SimpleChanges, OnChanges, Injector } from '@angular/core';

export declare class NgxEditorComponent implements ControlValueAccessor, OnInit, OnChanges, OnDestroy {
private _renderer;
private _injector;
private _elementRef;
constructor(_renderer: Renderer2, _injector: Injector, _elementRef: ElementRef<HTMLElement>);
private renderer;
private injector;
private elementRef;
constructor(renderer: Renderer2, injector: Injector, elementRef: ElementRef<HTMLElement>);
private ngxEditor;

@@ -12,0 +12,0 @@ editor: Editor;

import { NgxEditorConfig } from './types';
import Locals from './Locals';
import { NgxEditorServiceConfig } from './editor-config.service';
import * as i0 from "@angular/core";
export declare class NgxEditorServiceConfig {
locals: {};
static ɵfac: i0.ɵɵFactoryDeclaration<NgxEditorServiceConfig, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NgxEditorServiceConfig>;
}
export declare class NgxEditorService {

@@ -10,0 +6,0 @@ config: NgxEditorServiceConfig;

@@ -15,3 +15,2 @@ import { ElementRef, OnDestroy, OnInit } from '@angular/core';

isDropdownOpen: boolean;
private activeItems;
disabledItems: string[];

@@ -18,0 +17,0 @@ activeItem: string | null;

{
"name": "ngx-editor",
"version": "12.2.0",
"version": "12.2.1",
"description": "Rich Text Editor for angular using ProseMirror",

@@ -5,0 +5,0 @@ "license": "MIT",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc