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

@sereneinserenade/tiptap-comment-extension

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.1 to 0.0.3

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

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

@@ -80,2 +80,3 @@ import { Mark, mergeAttributes, Range } from "@tiptap/core";

this.storage.activeCommentId = null;
this.options.onCommentActivated(this.storage.activeCommentId);
return;

@@ -82,0 +83,0 @@ }