Socket
Socket
Sign inDemoInstall

@tiptap/extension-bubble-menu

Package Overview
Dependencies
Maintainers
5
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.7.0 to 2.7.1

2

dist/packages/core/src/plugins/DropPlugin.d.ts

@@ -0,3 +1,3 @@

import { Slice } from '@tiptap/pm/model';
import { Plugin } from '@tiptap/pm/state';
import { Slice } from 'packages/pm/model';
export declare const DropPlugin: (onDrop: (e: DragEvent, slice: Slice, moved: boolean) => void) => Plugin<any>;
{
"name": "@tiptap/extension-bubble-menu",
"description": "bubble-menu extension for tiptap",
"version": "2.7.0",
"version": "2.7.1",
"homepage": "https://tiptap.dev",

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

"devDependencies": {
"@tiptap/core": "^2.7.1",
"@tiptap/pm": "^2.7.1"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0",
"@tiptap/pm": "^2.7.0"
},
"peerDependencies": {
"@tiptap/core": "^2.7.0-pre.0",
"@tiptap/pm": "^2.7.0-pre.0"
},
"scripts": {

@@ -50,0 +50,0 @@ "clean": "rm -rf dist",

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