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

@tiptap/extension-mention

Package Overview
Dependencies
Maintainers
2
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-mention - npm Package Compare versions

Comparing version

to
2.0.0-beta.9

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [2.0.0-beta.9](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-mention@2.0.0-beta.8...@tiptap/extension-mention@2.0.0-beta.9) (2021-03-28)
**Note:** Version bump only for package @tiptap/extension-mention
# [2.0.0-beta.8](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-mention@2.0.0-beta.7...@tiptap/extension-mention@2.0.0-beta.8) (2021-03-28)

@@ -8,0 +16,0 @@

6

package.json
{
"name": "@tiptap/extension-mention",
"description": "mention extension for tiptap",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"homepage": "https://tiptap.dev",

@@ -28,5 +28,5 @@ "keywords": [

"dependencies": {
"@tiptap/suggestion": "^2.0.0-beta.8"
"@tiptap/suggestion": "^2.0.0-beta.9"
},
"gitHead": "ffde0a382eed3fd89b998ed084b9b1bf9b6a2f4b"
"gitHead": "1a7288eb3ba9fda08e8c85e8e9bdb3f9ad84de69"
}