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

@ckeditor/ckeditor5-widget

Package Overview
Dependencies
Maintainers
1
Versions
715
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-widget - npm Package Compare versions

Comparing version 38.0.1 to 38.1.0

37

package.json
{
"name": "@ckeditor/ckeditor5-widget",
"version": "38.0.1",
"version": "38.1.0",
"description": "Widget API for CKEditor 5.",

@@ -14,29 +14,10 @@ "keywords": [

"dependencies": {
"@ckeditor/ckeditor5-core": "^38.0.1",
"@ckeditor/ckeditor5-engine": "^38.0.1",
"@ckeditor/ckeditor5-enter": "^38.0.1",
"@ckeditor/ckeditor5-ui": "^38.0.1",
"@ckeditor/ckeditor5-utils": "^38.0.1",
"@ckeditor/ckeditor5-typing": "^38.0.1",
"@ckeditor/ckeditor5-core": "38.1.0",
"@ckeditor/ckeditor5-engine": "38.1.0",
"@ckeditor/ckeditor5-enter": "38.1.0",
"@ckeditor/ckeditor5-ui": "38.1.0",
"@ckeditor/ckeditor5-utils": "38.1.0",
"@ckeditor/ckeditor5-typing": "38.1.0",
"lodash-es": "^4.17.15"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "^38.0.1",
"@ckeditor/ckeditor5-block-quote": "^38.0.1",
"@ckeditor/ckeditor5-clipboard": "^38.0.1",
"@ckeditor/ckeditor5-editor-balloon": "^38.0.1",
"@ckeditor/ckeditor5-editor-classic": "^38.0.1",
"@ckeditor/ckeditor5-essentials": "^38.0.1",
"@ckeditor/ckeditor5-heading": "^38.0.1",
"@ckeditor/ckeditor5-horizontal-line": "^38.0.1",
"@ckeditor/ckeditor5-image": "^38.0.1",
"@ckeditor/ckeditor5-link": "^38.0.1",
"@ckeditor/ckeditor5-media-embed": "^38.0.1",
"@ckeditor/ckeditor5-paragraph": "^38.0.1",
"@ckeditor/ckeditor5-table": "^38.0.1",
"@ckeditor/ckeditor5-undo": "^38.0.1",
"typescript": "^4.8.4",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
},
"engines": {

@@ -63,7 +44,3 @@ "node": ">=16.0.0",

],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"postversion": "npm run build"
},
"types": "src/index.d.ts"
}

2

src/widget.d.ts

@@ -34,3 +34,3 @@ /**

*/
static get pluginName(): 'Widget';
static get pluginName(): "Widget";
/**

@@ -37,0 +37,0 @@ * @inheritDoc

@@ -42,3 +42,3 @@ /**

*/
static get pluginName(): 'WidgetResize';
static get pluginName(): "WidgetResize";
/**

@@ -45,0 +45,0 @@ * @inheritDoc

@@ -50,3 +50,3 @@ /**

*/
static get pluginName(): 'WidgetToolbarRepository';
static get pluginName(): "WidgetToolbarRepository";
/**

@@ -53,0 +53,0 @@ * @inheritDoc

@@ -32,3 +32,3 @@ /**

*/
static get pluginName(): 'WidgetTypeAround';
static get pluginName(): "WidgetTypeAround";
/**

@@ -35,0 +35,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