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

@tiptap/extension-floating-menu

Package Overview
Dependencies
Maintainers
2
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-floating-menu - npm Package Compare versions

Comparing version 2.0.0-beta.30 to 2.0.0-beta.31

4

dist/packages/core/src/helpers/getHTMLFromFragment.d.ts

@@ -1,2 +0,2 @@

import { Node, Schema } from 'prosemirror-model';
export default function getHTMLFromFragment(doc: Node, schema: Schema): string;
import { Schema, Fragment } from 'prosemirror-model';
export default function getHTMLFromFragment(fragment: Fragment, schema: Schema): string;

@@ -34,2 +34,3 @@ import { PropType } from 'vue';

} & {
editor: import("@tiptap/core").Editor;
shouldShow: (props: {

@@ -43,3 +44,2 @@ editor: import("@tiptap/core").Editor;

}) => boolean;
editor: import("@tiptap/core").Editor;
tippyOptions: Partial<import("tippy.js").Props> | undefined;

@@ -46,0 +46,0 @@ pluginKey: any;

@@ -32,2 +32,3 @@ import { PropType } from 'vue';

} & {
editor: import("@tiptap/core").Editor;
shouldShow: (props: {

@@ -39,3 +40,2 @@ editor: import("@tiptap/core").Editor;

}) => boolean;
editor: import("@tiptap/core").Editor;
tippyOptions: Partial<import("tippy.js").Props> | undefined;

@@ -42,0 +42,0 @@ pluginKey: any;

{
"name": "@tiptap/extension-floating-menu",
"description": "floating-menu extension for tiptap",
"version": "2.0.0-beta.30",
"version": "2.0.0-beta.31",
"homepage": "https://tiptap.dev",

@@ -36,3 +36,3 @@ "keywords": [

},
"gitHead": "27a1acab5c3c72ec02d63ecb0a44649600a76ec7"
"gitHead": "50ed44b2df75ad7f0a66e83cbdbe9a6173b37fca"
}
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