Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-html-embed

Package Overview
Dependencies
Maintainers
1
Versions
615
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-html-embed - npm Package Compare versions

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

26

package.json
{
"name": "@ckeditor/ckeditor5-html-embed",
"version": "37.0.0-alpha.2",
"version": "37.0.0-alpha.3",
"description": "HTML embed feature for CKEditor 5.",

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

"dependencies": {
"ckeditor5": "^37.0.0-alpha.2"
"ckeditor5": "^37.0.0-alpha.3"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-dev-utils": "^35.0.0",
"@ckeditor/ckeditor5-clipboard": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-media-embed": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-widget": "^37.0.0-alpha.2",
"@ckeditor/ckeditor5-clipboard": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-media-embed": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.3",
"@ckeditor/ckeditor5-widget": "^37.0.0-alpha.3",
"lodash-es": "^4.17.15",

@@ -32,0 +32,0 @@ "sanitize-html": "^2.1.0",

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

*/
import { Plugin, type PluginDependencies } from 'ckeditor5/src/core';
import { Plugin } from 'ckeditor5/src/core';
import { Widget } from 'ckeditor5/src/widget';
import HtmlEmbedEditing from './htmlembedediting';
import HtmlEmbedUI from './htmlembedui';
/**

@@ -21,3 +24,3 @@ * The HTML embed feature.

*/
static get requires(): PluginDependencies;
static get requires(): readonly [typeof HtmlEmbedEditing, typeof HtmlEmbedUI, typeof Widget];
/**

@@ -24,0 +27,0 @@ * @inheritDoc

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