Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@wangeditor-next/plugin-float-image

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wangeditor-next/plugin-float-image - npm Package Compare versions

Comparing version
1.0.23
to
1.0.24
+1
-0
dist/core/src/config/interface.d.ts

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

value: string;
selected?: boolean;
}[];

@@ -103,0 +104,0 @@ }

+3
-3

@@ -10,7 +10,7 @@ /**

readonly tag = "button";
getValue(editor: IDomEditor): string | boolean;
isActive(editor: IDomEditor): boolean;
getValue(_editor: IDomEditor): string | boolean;
isActive(_editor: IDomEditor): boolean;
isDisabled(editor: IDomEditor): boolean;
exec(editor: IDomEditor, value: string | boolean): void;
exec(editor: IDomEditor, _value: string | boolean): void;
}
export default TableFullWidth;
{
"name": "@wangeditor-next/plugin-float-image",
"version": "1.0.23",
"version": "1.0.24",
"description": "wangEditor float image plugin",

@@ -37,3 +37,3 @@ "author": "cycleccc <2991205548@qq.com>",

"peerDependencies": {
"@wangeditor-next/editor": "5.6.38",
"@wangeditor-next/editor": "5.6.39",
"dom7": "^3.0.0 || ^4.0.0",

@@ -40,0 +40,0 @@ "slate": "^0.82.0",