New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tiptap/vue-3

Package Overview
Dependencies
Maintainers
6
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/vue-3 - npm Package Compare versions

Comparing version 3.0.0-next.5 to 3.0.0-next.6

10

dist/menus/index.d.ts
import { EditorView as EditorView$1 } from 'prosemirror-view';
import * as _tiptap_core from '@tiptap/core';
import { Editor } from '@tiptap/core';
import { PluginKey as PluginKey$1, EditorState as EditorState$1 } from 'prosemirror-state';
import * as _floating_ui_dom from '@floating-ui/dom';
import { offset, flip, shift, arrow, size, autoPlacement, hide, inline } from '@floating-ui/dom';
import { PluginKey as PluginKey$1, EditorState as EditorState$1 } from 'prosemirror-state';
import * as vue from 'vue';

@@ -126,5 +126,2 @@ import { PropType } from 'vue';

}>> & Readonly<{}>, {
pluginKey: string | PluginKey$1<any>;
updateDelay: number | undefined;
resizeDelay: number | undefined;
options: {

@@ -142,2 +139,5 @@ strategy?: "absolute" | "fixed";

} | undefined;
pluginKey: string | PluginKey$1<any>;
updateDelay: number | undefined;
resizeDelay: number | undefined;
shouldShow: (props: {

@@ -236,3 +236,2 @@ editor: _tiptap_core.Editor;

}>> & Readonly<{}>, {
pluginKey: any;
options: {

@@ -250,2 +249,3 @@ strategy?: "absolute" | "fixed";

} | undefined;
pluginKey: any;
shouldShow: (props: {

@@ -252,0 +252,0 @@ editor: _tiptap_core.Editor;

{
"name": "@tiptap/vue-3",
"description": "Vue components for tiptap",
"version": "3.0.0-next.5",
"version": "3.0.0-next.6",
"homepage": "https://tiptap.dev",

@@ -42,9 +42,9 @@ "keywords": [

"devDependencies": {
"@tiptap/core": "^3.0.0-next.5",
"@tiptap/pm": "^3.0.0-next.5",
"@tiptap/core": "^3.0.0-next.6",
"@tiptap/pm": "^3.0.0-next.6",
"vue": "^3.5.13"
},
"optionalDependencies": {
"@tiptap/extension-bubble-menu": "^3.0.0-next.5",
"@tiptap/extension-floating-menu": "^3.0.0-next.5"
"@tiptap/extension-bubble-menu": "^3.0.0-next.6",
"@tiptap/extension-floating-menu": "^3.0.0-next.6"
},

@@ -51,0 +51,0 @@ "peerDependencies": {

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