🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@tiptap/extension-highlight

Package Overview
Dependencies
Maintainers
6
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-highlight - npm Package Compare versions

Comparing version
3.23.6
to
3.24.0
+17
-18
package.json
{
"name": "@tiptap/extension-highlight",
"version": "3.24.0",
"description": "highlight extension for tiptap",
"version": "3.23.6",
"homepage": "https://tiptap.dev",
"keywords": [

@@ -10,3 +9,9 @@ "tiptap",

],
"homepage": "https://tiptap.dev",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/extension-highlight"
},
"funding": {

@@ -16,3 +21,10 @@ "type": "github",

},
"files": [
"src",
"dist"
],
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {

@@ -28,24 +40,11 @@ ".": {

},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"src",
"dist"
],
"devDependencies": {
"@tiptap/core": "^3.23.6"
"@tiptap/core": "^3.24.0"
},
"peerDependencies": {
"@tiptap/core": "3.23.6"
"@tiptap/core": "3.24.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ueberdosis/tiptap",
"directory": "packages/extension-highlight"
},
"scripts": {
"build": "tsup",
"lint": "prettier ./src/ --check && eslint --cache --quiet --no-error-on-unmatched-pattern ./src/"
"build": "tsup"
}
}