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 37.0.0-alpha.0 to 37.0.0-alpha.1

18

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

@@ -17,9 +17,9 @@ "keywords": [

"devDependencies": {
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-dev-utils": "^34.0.0",
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.0",
"ckeditor5": "^37.0.0-alpha.0",
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-dev-utils": "^35.0.0",
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.1",
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.1",
"ckeditor5": "^37.0.0-alpha.1",
"typescript": "^4.8.4",

@@ -53,3 +53,3 @@ "webpack": "^5.58.1",

"dll:build": "webpack",
"build": "tsc -p ./tsconfig.release.json",
"build": "tsc -p ./tsconfig.json",
"postversion": "npm run build"

@@ -56,0 +56,0 @@ },

@@ -250,3 +250,3 @@ /**

*
* @eventName restart
* @eventName ~ContextWatchdog#restart
*/

@@ -267,3 +267,3 @@ export type ContextWatchdogRestartEvent = {

*
* @eventName itemError
* @eventName ~ContextWatchdog#itemError
*/

@@ -291,3 +291,3 @@ export type ContextWatchdogItemErrorEvent = {

*
* @eventName itemRestart
* @eventName ~ContextWatchdog#itemRestart
*/

@@ -294,0 +294,0 @@ export type ContextWatchdogItemRestartEvent = {

@@ -148,3 +148,3 @@ /**

*
* @eventName restart
* @eventName ~EditorWatchdog#restart
*/

@@ -151,0 +151,0 @@ export type EditorWatchdogRestartEvent = {

@@ -157,3 +157,3 @@ /**

*
* @eventName error
* @eventName ~Watchdog#error
*/

@@ -174,3 +174,3 @@ export type WatchdogErrorEvent = {

*
* @eventName stateChange
* @eventName ~Watchdog#stateChange
*/

@@ -177,0 +177,0 @@ export type WatchdogStateChangeEvent = {

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