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

@ckeditor/ckeditor5-enter

Package Overview
Dependencies
Maintainers
1
Versions
697
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-enter - npm Package Compare versions

Comparing version 0.0.0-nightly-20241016.0 to 0.0.0-nightly-20241017.0

4

dist/enter.d.ts

@@ -25,3 +25,7 @@ /**

static get pluginName(): "Enter";
/**
* @inheritDoc
*/
static get isOfficialPlugin(): true;
init(): void;
}

@@ -179,2 +179,7 @@ /**

}
/**
* @inheritDoc
*/ static get isOfficialPlugin() {
return true;
}
init() {

@@ -322,2 +327,7 @@ const editor = this.editor;

}
/**
* @inheritDoc
*/ static get isOfficialPlugin() {
return true;
}
init() {

@@ -324,0 +334,0 @@ const editor = this.editor;

@@ -22,3 +22,7 @@ /**

static get pluginName(): "ShiftEnter";
/**
* @inheritDoc
*/
static get isOfficialPlugin(): true;
init(): void;
}

8

package.json
{
"name": "@ckeditor/ckeditor5-enter",
"version": "0.0.0-nightly-20241016.0",
"version": "0.0.0-nightly-20241017.0",
"description": "Enter feature for CKEditor 5.",

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

"dependencies": {
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241016.0",
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241016.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241016.0"
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241017.0",
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241017.0",
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241017.0"
},

@@ -21,0 +21,0 @@ "author": "CKSource (http://cksource.com/)",

@@ -21,3 +21,7 @@ /**

static get pluginName(): "Enter";
/**
* @inheritDoc
*/
static get isOfficialPlugin(): true;
init(): void;
}

@@ -25,2 +25,8 @@ /**

}
/**
* @inheritDoc
*/
static get isOfficialPlugin() {
return true;
}
init() {

@@ -27,0 +33,0 @@ const editor = this.editor;

@@ -18,3 +18,7 @@ /**

static get pluginName(): "ShiftEnter";
/**
* @inheritDoc
*/
static get isOfficialPlugin(): true;
init(): void;
}

@@ -25,2 +25,8 @@ /**

}
/**
* @inheritDoc
*/
static get isOfficialPlugin() {
return true;
}
init() {

@@ -27,0 +33,0 @@ const editor = this.editor;

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