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

@ckeditor/ckeditor5-core

Package Overview
Dependencies
Maintainers
0
Versions
735
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-core - npm Package Compare versions

Comparing version 44.0.0-alpha.2 to 44.0.0-alpha.3

6

dist/plugin.d.ts

@@ -114,2 +114,3 @@ /**

* @inheritDoc
* @internal
*/

@@ -119,2 +120,3 @@ static get isOfficialPlugin(): boolean;

* @inheritDoc
* @internal
*/

@@ -284,2 +286,4 @@ static get isPremiumPlugin(): boolean;

* A flag which defines if a plugin is an official CKEditor 5 plugin.
*
* @internal
*/

@@ -289,2 +293,4 @@ readonly isOfficialPlugin?: boolean;

* A flag which defines if a plugin is a premium CKEditor 5 plugin.
*
* @internal
*/

@@ -291,0 +297,0 @@ readonly isPremiumPlugin?: boolean;

8

package.json
{
"name": "@ckeditor/ckeditor5-core",
"version": "44.0.0-alpha.2",
"version": "44.0.0-alpha.3",
"description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.",

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

"dependencies": {
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.2",
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.2",
"@ckeditor/ckeditor5-watchdog": "44.0.0-alpha.2",
"@ckeditor/ckeditor5-engine": "44.0.0-alpha.3",
"@ckeditor/ckeditor5-utils": "44.0.0-alpha.3",
"@ckeditor/ckeditor5-watchdog": "44.0.0-alpha.3",
"lodash-es": "4.17.21"

@@ -32,0 +32,0 @@ },

@@ -110,2 +110,3 @@ /**

* @inheritDoc
* @internal
*/

@@ -115,2 +116,3 @@ static get isOfficialPlugin(): boolean;

* @inheritDoc
* @internal
*/

@@ -280,2 +282,4 @@ static get isPremiumPlugin(): boolean;

* A flag which defines if a plugin is an official CKEditor 5 plugin.
*
* @internal
*/

@@ -285,2 +289,4 @@ readonly isOfficialPlugin?: boolean;

* A flag which defines if a plugin is a premium CKEditor 5 plugin.
*
* @internal
*/

@@ -287,0 +293,0 @@ readonly isPremiumPlugin?: boolean;

@@ -101,2 +101,3 @@ /**

* @inheritDoc
* @internal
*/

@@ -108,2 +109,3 @@ static get isOfficialPlugin() {

* @inheritDoc
* @internal
*/

@@ -110,0 +112,0 @@ static get isPremiumPlugin() {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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