Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tiptap/extension-collaboration

Package Overview
Dependencies
Maintainers
5
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tiptap/extension-collaboration - npm Package Compare versions

Comparing version 2.5.6 to 2.5.7

8

dist/packages/core/src/helpers/isNodeEmpty.d.ts
import { Node as ProseMirrorNode } from '@tiptap/pm/model';
export declare function isNodeEmpty(node: ProseMirrorNode): boolean;
/**
* Returns true if the given node is empty.
* When `checkChildren` is true (default), it will also check if all children are empty.
*/
export declare function isNodeEmpty(node: ProseMirrorNode, { checkChildren }?: {
checkChildren: boolean;
}): boolean;

10

package.json
{
"name": "@tiptap/extension-collaboration",
"description": "collaboration extension for tiptap",
"version": "2.5.6",
"version": "2.5.7",
"homepage": "https://tiptap.dev",

@@ -32,9 +32,9 @@ "keywords": [

"devDependencies": {
"@tiptap/core": "^2.5.6",
"@tiptap/pm": "^2.5.6",
"@tiptap/core": "^2.5.7",
"@tiptap/pm": "^2.5.7",
"y-prosemirror": "^1.2.9"
},
"peerDependencies": {
"@tiptap/core": "^2.5.6",
"@tiptap/pm": "^2.5.6",
"@tiptap/core": "^2.5.7",
"@tiptap/pm": "^2.5.7",
"y-prosemirror": "^1.2.6"

@@ -41,0 +41,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