Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-watchdog

Package Overview
Dependencies
Maintainers
1
Versions
593
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-watchdog - npm Package Compare versions

Comparing version 38.2.0-alpha.0 to 38.2.0-alpha.1

2

package.json
{
"name": "@ckeditor/ckeditor5-watchdog",
"version": "38.2.0-alpha.0",
"version": "38.2.0-alpha.1",
"description": "A watchdog feature for CKEditor 5 editors. It keeps a CKEditor 5 editor instance running.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -8,6 +8,6 @@ /**

*/
import type { Context, Editor, EditorConfig, ContextConfig } from 'ckeditor5/src/core';
import type { ArrayOrItem, CKEditorError } from 'ckeditor5/src/utils';
import Watchdog, { type WatchdogConfig, type WatchdogState } from './watchdog';
import EditorWatchdog, { type EditorCreatorFunction } from './editorwatchdog';
import type { Context, Editor, EditorConfig, ContextConfig } from 'ckeditor5/src/core.js';
import type { ArrayOrItem, CKEditorError } from 'ckeditor5/src/utils.js';
import Watchdog, { type WatchdogConfig, type WatchdogState } from './watchdog.js';
import EditorWatchdog, { type EditorCreatorFunction } from './editorwatchdog.js';
/**

@@ -14,0 +14,0 @@ * A watchdog for the {@link module:core/context~Context} class.

@@ -5,6 +5,6 @@ /**

*/
import Watchdog from './watchdog';
import EditorWatchdog from './editorwatchdog';
import areConnectedThroughProperties from './utils/areconnectedthroughproperties';
import getSubNodes from './utils/getsubnodes';
import Watchdog from './watchdog.js';
import EditorWatchdog from './editorwatchdog.js';
import areConnectedThroughProperties from './utils/areconnectedthroughproperties.js';
import getSubNodes from './utils/getsubnodes.js';
const mainQueueId = Symbol('MainQueueId');

@@ -11,0 +11,0 @@ /**

@@ -8,5 +8,5 @@ /**

*/
import type { CKEditorError } from 'ckeditor5/src/utils';
import type { Editor, EditorConfig, Context } from 'ckeditor5/src/core';
import Watchdog, { type WatchdogConfig } from './watchdog';
import type { CKEditorError } from 'ckeditor5/src/utils.js';
import type { Editor, EditorConfig, Context } from 'ckeditor5/src/core.js';
import Watchdog, { type WatchdogConfig } from './watchdog.js';
/**

@@ -13,0 +13,0 @@ * A watchdog for CKEditor 5 editors.

@@ -5,4 +5,4 @@ /**

*/
import areConnectedThroughProperties from './utils/areconnectedthroughproperties';
import Watchdog from './watchdog';
import areConnectedThroughProperties from './utils/areconnectedthroughproperties.js';
import Watchdog from './watchdog.js';
import { throttle, cloneDeepWith, isElement } from 'lodash-es';

@@ -9,0 +9,0 @@ /**

@@ -8,4 +8,4 @@ /**

*/
export { default as ContextWatchdog } from './contextwatchdog';
export { default as EditorWatchdog } from './editorwatchdog';
export { default as Watchdog } from './watchdog';
export { default as ContextWatchdog } from './contextwatchdog.js';
export { default as EditorWatchdog } from './editorwatchdog.js';
export { default as Watchdog } from './watchdog.js';

@@ -8,4 +8,4 @@ /**

*/
export { default as ContextWatchdog } from './contextwatchdog';
export { default as EditorWatchdog } from './editorwatchdog';
export { default as Watchdog } from './watchdog';
export { default as ContextWatchdog } from './contextwatchdog.js';
export { default as EditorWatchdog } from './editorwatchdog.js';
export { default as Watchdog } from './watchdog.js';

@@ -9,3 +9,3 @@ /**

/* globals console */
import getSubNodes from './getsubnodes';
import getSubNodes from './getsubnodes.js';
/**

@@ -12,0 +12,0 @@ * Traverses both structures to find out whether there is a reference that is shared between both structures.

@@ -8,5 +8,5 @@ /**

*/
import type { CKEditorError } from 'ckeditor5/src/utils';
import type { EditorWatchdogRestartEvent } from './editorwatchdog';
import type { ContextWatchdogItemErrorEvent, ContextWatchdogItemRestartEvent } from './contextwatchdog';
import type { CKEditorError } from 'ckeditor5/src/utils.js';
import type { EditorWatchdogRestartEvent } from './editorwatchdog.js';
import type { ContextWatchdogItemErrorEvent, ContextWatchdogItemRestartEvent } from './contextwatchdog.js';
/**

@@ -13,0 +13,0 @@ * An abstract watchdog class that handles most of the error handling process and the state of the underlying component.

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