🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@tiptap/extension-code-block

Package Overview
Dependencies
Maintainers
6
Versions
343
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-code-block - npm Package Compare versions

Comparing version
3.26.1
to
3.27.0
+8
-5
package.json
{
"name": "@tiptap/extension-code-block",
"version": "3.26.1",
"version": "3.27.0",
"description": "code block extension for tiptap",

@@ -16,2 +16,5 @@ "keywords": [

},
"bugs": {
"url": "https://github.com/ueberdosis/tiptap/issues"
},
"funding": {

@@ -40,8 +43,8 @@ "type": "github",

"devDependencies": {
"@tiptap/core": "^3.26.1",
"@tiptap/pm": "^3.26.1"
"@tiptap/core": "^3.27.0",
"@tiptap/pm": "^3.27.0"
},
"peerDependencies": {
"@tiptap/core": "3.26.1",
"@tiptap/pm": "3.26.1"
"@tiptap/core": "3.27.0",
"@tiptap/pm": "3.27.0"
},

@@ -48,0 +51,0 @@ "scripts": {