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

@sereneinserenade/tiptap-comment-extension

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sereneinserenade/tiptap-comment-extension - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.github/FUNDING.yml

2

package.json
{
"name": "@sereneinserenade/tiptap-comment-extension",
"version": "0.0.3",
"version": "0.0.4",
"description": "Tiptap Extension for adding comments",

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

@@ -47,5 +47,4 @@ import { Mark, mergeAttributes, Range } from "@tiptap/core";

default: null,
parseHTML: (el) =>
(el as HTMLSpanElement).getAttribute("data-comment-id"),
renderHTML: (attrs) => ({ "data-comment-id": attrs.comment }),
parseHTML: (el) => (el as HTMLSpanElement).getAttribute("data-comment-id"),
renderHTML: (attrs) => ({ "data-comment-id": attrs.commentId }),
},

@@ -52,0 +51,0 @@ };

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